Template:CistaIsOpen
From NovaRoma
(Difference between revisions)
(documentation) |
(clear toggle) |
||
Line 1: | Line 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 23:45, 24 November 2008
- 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 16 50 PM. Seconds since 1/1/70 in Roma: 1732467021
- 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.