Renders the date and time in the user's time zone.
| required | t | int | The time to display in epoch seconds. | |
|---|---|---|---|---|
| optional | tz | string | The time zone in which to display t. Acceptable formats include PHP's List of Supported Timezones and +/- formats such as Etc/GMT-7. (default value is loggedinuser's timezone) | |
| preposition | bool | Indicates whether to automatically insert prepositions as appropriate into the time, where "at" prepends the time and "on" prepends the date if it appears. (default value is false) |
| <rb:time t="1180502413" tz="America/New_York" /> |