Template:CistaIsOpen
From NovaRoma
(Difference between revisions)
(clear toggle) |
m (open) |
||
Line 1: | Line 1: | ||
− | <noinclude> | + | 1<noinclude> |
*If the cista is '''not open''', use nothing. | *If the cista is '''not open''', use nothing. | ||
*If the cista is '''open''', use anything. The number "1" is suggested. | *If the cista is '''open''', use anything. The number "1" is suggested. |
Revision as of 13:17, 3 May 2009
1
- If the cista is not open, use nothing.
- If the cista is open, use anything. The number "1" is suggested.
Server time seems to be GMT
Time now in Roma is 18 20 PM. Seconds since 1/1/70 in Roma: 1732472440
- Cista opens at Nov 9 7:00 1731132000
- Cista closes at Nov 24 17:00 1732464000
Function is {{#switch: {{#expr: {{#time: U | +1 hours }} >= open time }} |1={{#switch: {{#expr: {{#time: U | +1 hours }} <= close time }} |1=1|}}|}}
Where "open time" and "close time" are calculated using
{{ #time: U | time }}
The offset between Rome time and server time is accounted for with
{{ #time: U | +1 hours }}
The offset should be checked before each election because Italy uses DST.