zip-to-timezone
Advanced tools
Comparing version 1.0.26 to 1.0.27
11
index.ts
@@ -28,2 +28,11 @@ const fs = require('fs'); | ||
} | ||
} | ||
} | ||
//Eastern Time - America/New_York | ||
//Central Time - America/Chicago | ||
// Mountain Time - America/Denver | ||
// Pacific Time - America/Los_Angeles | ||
// Arizona - America/Phoenix | ||
// Hawaii - Pacific/Honolulu | ||
// Alaska - America/Anchorage |
{ | ||
"name": "zip-to-timezone", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
1643773
98