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