Back to top

ReQL command: inTimezone

Command syntax

time.inTimezone(timezone) → time

Description

Return a new time object with a different timezone. While the time stays the same, the results returned by methods such as hours() will change since they take the timezone into account. The timezone argument has to be of the ISO 8601 format.

Example: Hour of the day in San Francisco (UTC/GMT -8, without daylight saving time).

r.now().inTimezone("-08:00").hours().run(conn);

Get more help

Couldn't find what you were looking for?