Trait reql::commands::InTimezone [] [src]

pub trait InTimezone {
    fn in_timezone<T>(&self, timezone: T) -> Command where T: ToArg;
}

Return a new time object with a different timezone

Note: This command is not yet fully documented. For more information and examples, please see the equivalent command in the official Java driver documentation.

Required Methods

Implementors