<div dir="ltr">On Sat, Aug 16, 2014 at 12:48 AM, Ben Finney <<a href="mailto:ben%2Bpython@benfinney.id.au">ben+python@benfinney.id.au</a>> wrote:<br>> > problem 1:<br>> > There are 24 time zone in the world, does any time zone has the time<br>
> > zone name such as EST,CST ?<br>> > Are there 24 time zone abbreviations in python ?what are other 22<br>> > except for EST ,CST ?<br>><br>> There are *many* time zones in the world, much more than 24. Please read<br>
> up on time zones, you should already have plenty of pointers instead of<br>> asking here all the time.<div><br></div><div>You should also be aware that the abbreviations do not always uniquely identify a time zone. For example, "EST" is used in both North America (-0500) and Australia (+1000). It's usually better just to use time zone offsets to avoid this sort of ambiguity.</div>
</div>