Searched refs:HOURN (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/backup/lib/ |
H A D | getdate.y | 47 #define HOURN(x) (x * 60) macro 368 { "gmt", tZONE, HOURN( 0) }, /* Greenwich Mean */ 369 { "ut", tZONE, HOURN( 0) }, /* Universal (Coordinated) */ 370 { "utc", tZONE, HOURN( 0) }, 371 { "wet", tZONE, HOURN( 0) }, /* Western European */ 372 { "bst", tDAYZONE, HOURN( 0) }, /* British Summer */ 373 { "wat", tZONE, HOURN( 1) }, /* West Africa */ 374 { "at", tZONE, HOURN( 2) }, /* Azores */ 378 { "bst", tZONE, HOURN( 3) }, /* Brazil Standard */ 379 { "gst", tZONE, HOURN( 3) }, /* Greenland Standard */ [all …]
|