Computer Science, asked by saam7431, 11 months ago

How to get local timezone in Python?

Answers

Answered by tnrao74owzfhb
0
>>> local_time=datetime.datetime(2010, 4, 27, 12, 0, 0, 0, tzinfo=pytz.timezone('Israel'))
Similar questions