Home
last modified time | relevance | path

Searched refs:jstz (Results 1 – 2 of 2) sorted by relevance

/plugin/davcal/
H A Djstz.js20 var jstz = (function () { function
305 var dst_zones = jstz.olson.dst_rules.zones;
345 for (var i = 0; i < jstz.olson.dst_rules.years.length; i++) {
346 var year_rules = dst_dates(jstz.olson.dst_rules.years[i]);
380 preliminary_tz = jstz.olson.timezones[lookup_key()];
400 jstz.olson = jstz.olson || {};
416 jstz.olson.timezones = {
492 jstz.olson.dst_rules = {
1309 exports.jstz = jstz;
1311 root.jstz = jstz;
H A Dscript.js128 var detectedTz = jstz.determine().name();