Searched refs:TM_DST (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/ |
| H A D | tmdata.c | 239 0, "YST", "YDT", ( 9 * 60), TM_DST, /* Yukon */ 240 0, "PST", "PDT", ( 8 * 60), TM_DST, /* Pacific */ 241 0, "PST", "PPET", ( 8 * 60), TM_DST, /* Pacific pres elect */ 242 0, "MST", "MDT", ( 7 * 60), TM_DST, /* Mountain */ 243 0, "CST", "CDT", ( 6 * 60), TM_DST, /* Central */ 244 0, "EST", "EDT", ( 5 * 60), TM_DST, /* Eastern */ 245 "CAN", "AST", "ADT", ( 4 * 60), TM_DST, /* Atlantic */ 247 "GBR", "", "BST", ( 0 * 60), TM_DST, /* British Summer */ 248 "EUR", "WET", "WEST", ( 0 * 60), TM_DST, /* Western Eurpoean */ 249 0, "CET", "CEST", -( 1 * 60), TM_DST, /* Central European */ [all …]
|
| H A D | tminit.c | 359 tmpoff(s, e - s, tm_info.format[TM_DT], m, TM_DST); in tmlocal() 379 tmpoff(s, e - s, tm_info.format[TM_UT], m, TM_DST); in tmlocal()
|
| H A D | tmxdate.c | 213 dst = TM_DST; in tmxdate()
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
| H A D | tm.h | 51 #define TM_DST (-60) /* default minutes for DST */ macro
|