Difference between revisions of "Template:Sandbox"

From Free Software Directory
Jump to: navigation, search
m
m
Line 5: Line 5:
  
 
As long as {{#tag: code | <nowiki>{{LOCALTIMESTAMP}}</nowiki>}} is correctly set, then the alphabetic time zone abbreviation should change correctly when the time is due.
 
As long as {{#tag: code | <nowiki>{{LOCALTIMESTAMP}}</nowiki>}} is correctly set, then the alphabetic time zone abbreviation should change correctly when the time is due.
</noinclude><includeonly>
+
</noinclude><includeonly>{{#switch: {{#ifeq: {{{1|+}}}
{{#switch: {{#ifeq: {{{1|+}}}
+
                                            | {{{1|-}}}
                    | {{{1|-}}}
+
                                            | {{{1}}}
                    | {{{1}}}
+
                                            | {{#ifexpr: {{#time: xNU | {{LOCALTIMESTAMP}} }} > {{#time: xNU }}
                    | {{#ifexpr: {{#time: xNU | {{LOCALTIMESTAMP}} }} > {{#time: xNU }}
+
                                                          | +{{#expr: ( {{#time: xNU | {{LOCALTIMESTAMP}} }} - {{#time: xNU }} ) / ( 60 ^ 2 ) }}
                                | +{{#expr: ( {{#time: xNU | {{LOCALTIMESTAMP}} }} - {{#time: xNU }} ) / ( 60 ^ 2 ) }}
+
                                                          | {{#ifexpr: {{#time: xNU | {{LOCALTIMESTAMP}} }} < {{#time: xNU }}
                                | {{#ifexpr: {{#time: xNU | {{LOCALTIMESTAMP}} }} < {{#time: xNU }}
+
                                                                      | -{{#expr: ( {{#time: xNU }} - {{#time: xNU | {{LOCALTIMESTAMP}} }} ) / ( 60 ^ 2 ) }}
                                              | -{{#expr: ( {{#time: xNU }} - {{#time: xNU | {{LOCALTIMESTAMP}} }} ) / ( 60 ^ 2 ) }}
+
                                                                      | +0 }} }} }}
                                              | +0 }} }} }}
+
                                    | -5 = EST
          | -5 = EST
+
                                    | -4 = EDT
          | -4 = EDT
+
                                    |#default = <span class="error">EST (fallback mode)</span> }}</includeonly>
          |#default = <span class="error">EST (fallback mode)</span> }}</includeonly>
 

Revision as of 23:51, 1 February 2018

This template displays the alphabetic time zone abbreviation for the one which Boston is under. Currently it should return either EST (default) or EDT.

This template depends on {{LOCALTIMESTAMP}} (which returns the timestamp for the last time the page was rendered, according to the server's local time) and on {{CURRENTTIMESTAMP}} (which does the same but always in UTC+0000).

As long as {{LOCALTIMESTAMP}} is correctly set, then the alphabetic time zone abbreviation should change correctly when the time is due.



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.