pst

Python – Setting a datetime in a specific timezone (without UTC conversions)

Python – Setting a datetime in a specific timezone (without UTC conversions) Question: Just to be clear, this is python 2.6, I am using pytz. This is for an application that only deals with US timezones, I need to be able to anchor a date (today), and get a unix timestamp (epoch time) for 8pm …

Total answers: 2