Module time
mz_expr
0.0.0
Module time
Module Items
Structs
Functions
In mz_
expr::
scalar::
func::
impls
Modules
array
boolean
byte
char
date
datum
float32
float64
int16
int2vector
int32
int64
interval
jsonb
list
map
mz_acl_item
mz_timestamp
numeric
oid
pg_legacy_char
range
record
regproc
string
time
timestamp
uint16
uint32
uint64
uuid
varchar
mz_expr
::
scalar
::
func
::
impls
Module
time
Copy item path
Settings
Help
Summary
Source
Structs
§
Cast
Time
ToInterval
Cast
Time
ToString
Date
Part
Time
Extract
Time
Timezone
Time
Functions
§
cast_
time_
to_
interval
cast_
time_
to_
string
date_
part_
time_
inner
timezone_
time
Converts the time
t
, which is assumed to be in UTC, to the timezone
tz
. For example,
EST
and
17:39:14
would return
12:39:14
.