Spaces:
Running
Running
| """ | |
| Constants for timezone mappings and configuration | |
| """ | |
| POD_TIMEZONE_MAPPINGS = { | |
| "JFK": "US/Eastern", | |
| "LAX": "US/Pacific", | |
| "ORD": "US/Central", | |
| "MIA": "US/Eastern" | |
| } | |
| """ | |
| Constants for timezone mappings and configuration | |
| """ | |
| POD_TIMEZONE_MAPPINGS = { | |
| "JFK": "US/Eastern", | |
| "LAX": "US/Pacific", | |
| "ORD": "US/Central", | |
| "MIA": "US/Eastern" | |
| } | |