sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
1.2 KiB

({
name: "date.timezone.Asia-Pyongyang",
runTest: function(t){
var tz = "Asia/Pyongyang";
doh.checkDate({tzOffset: -510, tzAbbr: "KST"}, -2147483648000, tz, 1);
doh.checkDate({tzOffset: -510, tzAbbr: "KST"}, -2147397248000, tz, 1);
doh.checkDate({tzOffset: -510, tzAbbr: "KST"}, -2053931401000, tz, 1);
doh.checkDate({tzOffset: -540, tzAbbr: "KST"}, -2053931400000, tz, 1);
doh.checkDate({tzOffset: -540, tzAbbr: "KST"}, -1325494801000, tz, 1);
doh.checkDate({tzOffset: -510, tzAbbr: "KST"}, -1325494800000, tz, 1);
doh.checkDate({tzOffset: -510, tzAbbr: "KST"}, -1199262601000, tz, 1);
doh.checkDate({tzOffset: -540, tzAbbr: "KST"}, -1199262600000, tz, 1);
doh.checkDate({tzOffset: -540, tzAbbr: "KST"}, -498128401000, tz, 1);
doh.checkDate({tzOffset: -480, tzAbbr: "KST"}, -498128400000, tz, 1);
doh.checkDate({tzOffset: -480, tzAbbr: "KST"}, -264931201000, tz, 1);
doh.checkDate({tzOffset: -540, tzAbbr: "KST"}, -264931200000, tz, 1);
doh.checkDate({tzOffset: -540, tzAbbr: "KST"}, 2147397247000, tz, 1);
doh.checkDate({tzOffset: -540, tzAbbr: "KST"}, 2147483647000, tz, 1);
doh.checkDate({tzOffset: -540, tzAbbr: "KST"}, 1231151400000, tz, 0);
doh.checkDate({tzOffset: -540, tzAbbr: "KST"}, 1246789800000, tz, 0);
}
})