Skip to content

Instantly share code, notes, and snippets.

View seidtgeist's full-sized avatar
🏢

Stephan Seidt seidtgeist

🏢
View GitHub Profile
import pytz
from datetime import datetime, timedelta
import csv
timezones = [
"Europe/Berlin",
"Australia/Sydney",
]
timezones = pytz.common_timezones