Lines Matching refs:Time
3 title: Date and Time Zone Examples
5 parent: Date/Time
12 # Date and Time Zone Examples
33 // Create a Time Zone with America/Los_Angeles
37 // Print out the Time Zone Name, GMT offset etc.
39 u_printf("%s\n","Current Time Zone Name in English:");
43 u_printf("%s\n","Current Time Zone Name in French:");
52 // Print out the Current Date/Time in the given time zone
55 u_printf("%s\n", "Current Time:");
61 u_printf("%s\n%d\n","Current Time Zone STD offset:",stdOffset/(1000*60*60));
62 u_printf("%s\n%d\n","Current Time Zone DST offset:",dstOffset/(1000*60*60));
67 // Use createTimeZoneIDEnumeration to get the specific Time Zone IDs