8.2.10.14 datetime.gmtime ¶
- Method:
out =
gmtime (obj)
¶
-
Convert to TM_STRUCT structure in UTC time.
Converts obj to a TM_STRUCT style structure array. The result is in
UTC time. If obj is unzoned, it is assumed to be in UTC time.
Returns a struct array in TM_STRUCT style.