Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timestamp is converted to local time instead of Pacific TIme in meeting generation script #2

Open
tc-liu opened this issue Jul 5, 2021 · 0 comments

Comments

@tc-liu
Copy link

tc-liu commented Jul 5, 2021

datetime_obj = datetime.fromtimestamp(when)

datetime.fromtimestamp converts the timestamp to local time instead of Pacific Time. I'm currently on east coast time and after running the meeting generation script with a 8pm Cali time timestamp the 8pm start time all changed to 11pm start time.

Maybe write it in the README that if you're not in Cali change the timestamp accordingly if y'all don't want to fix the code because I know dealing with timezones is a pain in the neck lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant