Branch: Tag:

2000-08-04

2000-08-04 07:49:05 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

removed some debug

Rev: lib/modules/Calendar.pmod/Timezone.pmod:1.5
Rev: lib/modules/Calendar.pmod/YMD.pmod:1.3

4127:   %s second (needs %m)   %f fraction of a second (needs %s)   %t short time (205314, 2053) + %z zone   </pre>   </p>   </text> -  + <group><returns/><text> + <p>0 if format doesn't match data, or the appropriate time object.</p> + </text></group>   <group><note/><text> - <p>Returns 0 if format doesn't match data.</p> + <p>The zone will be a guess if it doesn't state an exact + regional timezone (like "Europe/Stockholm") - + most zone abbriviations (like "CET") are used by more + then one region with it's own daylight saving rules. + Also beware that for instance CST can be up to four different zones, + central Australia or America being the most common.</p> +  + <p><pre> + Abbreviation Interpretation + AMT America/Manaus [UTC-4] + AST America/Curacao [UTC-4] + CDT America/Costa_Rica [UTC-6] + CST America/El Salvador [UTC-6] + EST America/Panama [UTC-5] + GST Asia/Dubai [UTC+4] + IST Asia/Jerusalem [UTC+2] + WST Australia/Perth [UTC+8] + </pre></p> +  + <p>This mapping is modifiable in the ruleset, + see <ref>Ruleset.set_abbr2zone</ref>.</p>   </text></group>      </doc>