Converts an absolute time to a minute‐aligned civil time in a time zone.
Synopsis
Declared in <absl/time/time.h>
CivilMinute
ToCivilMinute(
Time t,
TimeZone tz);
Return Value
The minute‐aligned civil time.
Parameters
Name |
Description |
t |
The absolute time to convert. |
tz |
The time zone to convert in. |
Created with MrDocs