DBExportTool / constants.py
joycecast's picture
Upload 8 files
5c65f49 verified
Raw
History Blame Contribute Delete
186 Bytes
"""
Constants for timezone mappings and configuration
"""
POD_TIMEZONE_MAPPINGS = {
"JFK": "US/Eastern",
"LAX": "US/Pacific",
"ORD": "US/Central",
"MIA": "US/Eastern"
}