Split UTC Time
wd, spm, ds = utc.split(t)
Split the UTC time into components.
Parameter | Type | Description |
---|---|---|
t |
integer/string | Time value or string |
Returns | Type | Description |
---|---|---|
wd |
integer | UTC at 00:00:00 on this day |
spm |
integer | Seconds Past Midnight |
ds |
integer | Days since 1970-01-01 |