sectionproperties Video chat meetup #152
Replies: 7 comments 2 replies
-
Sounds great, 1/2 Jan will work for me. Happy to go late night Aussie time if that helps? |
Beta Was this translation helpful? Give feedback.
-
Very keen! I'm very free over the next few days until the 3rd Jan Australian time 👍 |
Beta Was this translation helpful? Give feedback.
-
Great, on my end I can do any of those days. |
Beta Was this translation helpful? Give feedback.
-
Plan it without me, but I'll join if I can. I hope everyone has a great New Year! |
Beta Was this translation helpful? Give feedback.
-
Ok! I will set it up for the following time: import pytz
import datetime
PST = pytz.timezone("Canada/Pacific")
AEDT = pytz.timezone("Australia/Sydney")
CST = pytz.timezone("US/Central")
mtg_time = PST.localize(datetime.datetime(2022, 1, 1, 17, 0, 0, 0))
print("PST: ", mtg_time)
print("AEDT: ", mtg_time.astimezone(AEDT))
print("CST: ", mtg_time.astimezone(CST))
>>> PST: 2022-01-01 17:00:00-08:00
AEDT: 2022-01-02 12:00:00+11:00
CST: 2022-01-01 19:00:00-06:00 If you are in another timezone (other than the ones listed), copy and paste the code above and create your own timezone instance for your particular timezone. If you have not used At that time, go to: https://connorferster.whereby.com/sectionproperties |
Beta Was this translation helpful? Give feedback.
-
Love that episode!
…Sent from my iPhone
On Dec 30, 2021, at 17:37, Colin Caprani ***@***.***> wrote:
That's awesome! datetime and timezones are so complex...there's a great listen on it here: https://talkpython.fm/episodes/show/271/unlock-the-mysteries-of-time-pythons-datetime-that-is
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Hey guys! I'm excited for what y'all have been accomplishing here! Sorry I missed out and have been MIA. I was off the grid for the end of the year. Trying to keep up with all the changes overall! Lot's of great work! Happy new year! |
Beta Was this translation helpful? Give feedback.
-
Hi @robbievanleeuwen, @ccaprani, @Spectre5, @normanrichardson, @Agent6-6-6 , @Czarified,
I am thinking it would be fun to do a video chat meet-up. I mentioned it to Robbie and he is in. Someday between now and January 3rd at a time that works across our many time zones. I believe many of us are either on the North American continent or the Oceania continent so I would propose 5pm (PST) / 8pm (EST) / 12pm (AEDT).
If folks are interested let me know what day(s) could work for you and I can post a Whereby meeting room link. I am available any of those days except Dec 31.
Beta Was this translation helpful? Give feedback.
All reactions