Tagged Questions
0
votes
2answers
33 views
How to convert datetime.time from UTC to different timezone?
I have variable which holds time which is of type datetime.time in UTC, I wanted it to convert to some other timezone.
we can convert timezones in datetime.datetime instance as shown in this SO link ...
0
votes
2answers
54 views
Django and Timezones: how to render aware datetime as a naive one in template (with pytz)
I have those models:
class TimeZone(models.Model):
name = models.CharField(max_length = 40, unique = True, editable = False)
def tz(self):
return pytz.timezone(str(self.name))
class ...
4
votes
2answers
71 views
How can I convert windows timezones to timezones pytz understands?
In a windows python environment I can get the local timezone like this, but it's not usable with pytz:
>>> import win32timezone
>>> win32timezone.TimeZoneInfo.local()
...
2
votes
2answers
51 views
What's wrong with this python timezone conversion?
I want to convert a datetime with US/Eastern timezone to Budapest/Europe timezone this way:
import pytz
from datetime import datetime
ET = pytz.timezone('US/Eastern')
CET = ...
1
vote
1answer
30 views
Django: Set datetime in views to utc+1
I have checked around a bit, both here and Google, without finding an exact answer to what I'm looking for.
I'm currently working on a Django-project and I seem to live in one of those areas where ...
2
votes
4answers
86 views
Elegant way to adjust date timezones in Python
I'm based in the UK, and grappling with summer time BST and timezones.
Here's my code:
TIME_OFFSET = 1 # 0 for GMT, 1 for BST
def RFC3339_to_localHHMM(input):
# Take an XML date ...
1
vote
2answers
19 views
What does a utc replace do on a utc timestamp?
I have come across the following code:
datetime.datetime.utcnow().replace(tzinfo=tzutc())
I can't see what the replace() call is doing, from reading the docs it seems to convert it into a UTC ...
0
votes
1answer
37 views
how to convert database dates to strings with timezones
I have the following line of code
datetime.datetime.strftime(expire_date, "%m/%d/%Y %H:%M %p %Z")
but it is not outputting the date with the timezone.
How can I change it so that it does?
1
vote
1answer
34 views
Python: time stamps incorrect after changing Windows time zone [duplicate]
Running Windows XP, in a Python application, I get the current time with:
import datetime
now = datetime.datetime.now()
And the time matches the time on the system clock display. However, now, ...
1
vote
0answers
128 views
Python Getting Time Zone from Lat Long Coordinates
I am trying to get the time zones for latitude and longitude coordinates but am having a few problems
The mistakes are probably very basic
I have a table in a database with around 600 rows. Each row ...
0
votes
1answer
99 views
python: datetime tzinfo time zone names documentation
I have a date that I build:
from datetime import datetime
from datetime import tzinfo
test = '2013-03-27 23:05'
test2 = datetime.strptime(test,'%Y-%m-%d %H:%M')
>>> test2
...
0
votes
2answers
36 views
Python: timezone.localize() not working
I am having some issues getting timezone.localize() to work correctly. My goal is to grab today's date and convert it from CST to EST. Then finally format the datetime before spitting it out. I am ...
0
votes
1answer
68 views
Django: Naive datetime on query
I'm trying to retrieve all data between two dates (monday -> monday). Here's my code:
some_day_last_week = datetime.datetime.now() - timedelta(days=7)
monday_of_last_week = some_day_last_week ...
0
votes
1answer
42 views
Django How to find out if earlier than 7pm in a specific timezone
I'm new to Django/programming and am trying to write some code that would tell me if it is earlier than 7pm in a specific timezone (I would provide the timezone).
I apologize if this type of question ...
2
votes
1answer
44 views
Get all available timezones
I'm currently working on an application that is required to support multiple timezones.
For that, I'm using dateutils library. Now, I need a way to present the user a list of all available timezones ...
3
votes
3answers
74 views
How to convert Dates into Specified Format using python?
I have a list of dates as below:
list_dates = ['2013-05-01', '15th Oct 2013', '01-05-13', '2013/FEB/05',. . .]
What I want is:
list_dates = ['2013-05-01', '2013-10-15', '2013-05-01', '2013-02-05', ...
0
votes
1answer
38 views
Can't make timezone datetime object to print the right time
I really have trouble grasping this with timezones. I have a calendar app with a model like this:
class Events(models.Model):
dtstart = models.DateTimeField('Start')
...
def ...
0
votes
1answer
41 views
How to read timezone datetime objects
I have a timezone aware datetime object, which, if printed contains: 2013-03-04 18:00:00+01:00. But I always fail to understand how to read them. Does this refers to 19:00 local time or to 18:00 local ...
0
votes
2answers
50 views
Do I need timezone support in Django?
I am developing a Django application that is based around event information. My client is sending all date/time information in UTC and making the conversion to local time. These are then sent to the ...
0
votes
1answer
165 views
Weird python time.strftime() timezone display
It is around "2013-02-27 11:02" (GMT) and, as I am in France my local time is around "2013-02-27 12:02 +0100".
I played the following commands on my machine:
Python 2.6.8 (unknown, Apr 14 2012, ...
18
votes
3answers
311 views
Javascript or Python - How do I figure out if it's night or day?
any idea how I figure out if it's currently night/day or sunrise/dawn based on time and location of the user?
I haven't found anything useful that I could use within either the client or backend.
...
0
votes
2answers
177 views
Determine start and end time of current day (UTC -> EST -> UTC) ; Python
I am storing all my times in UTC and my system is set to UTC (though I am in EST).
I have dates stored as:
Wed, 20 Feb 2013 03:51:39 +0000
However, I would like to select information based off ...
0
votes
2answers
132 views
Python/Django: Need a ListBox/Dropdown with pytz common_timezones name each difference for UTC (offsets)
Need a ListBox/Dropdown with pytz common_timezones name each difference for UTC.
<select style="cursor:pointer; min-width: 300px;" name="timezone">
{% for tz in timezones %}
...
0
votes
1answer
150 views
Pandas: Read Timestamp from CSV in GMT then resample
I have a CSV with epoch GMT timestamp at irregular intervals paired with a value. I tried reading in from the CSV but all the times are shifted to my local timezone. How do I have it just read in ...
0
votes
0answers
84 views
MySQL replacing Timezone naive dates by aware. [Python Django Models]
I have a MySQL database with millions of rows of data. I also have an application responsible for having persisted that data in the DB.
In my application settings, I'm using a specific timezone:
ex: ...
4
votes
2answers
83 views
Using Python's datetime module, can I get the year that UTC-11 is currently in?
I would like to get the year that the UTC-11 timezone (the last timezone to enter the new year) is currently in, but I'm not sure how to do this.
I have access to the pytz library, as well as ...
3
votes
1answer
233 views
How to add timezone into a naive datetime instance in python
I've got a datetime which has no timezone information. I'm now getting the timezone info and would like to add the timezone into the existed datetime instance, how can I do?
d = ...
10
votes
1answer
161 views
dateutil and pytz give different results
I have an issue comparing outputs with dateutil and pytz. I'm creating a aware datetime object (UTC) and then converting to a given time zone, but I get different answers. I suspect that dateutil ...
1
vote
3answers
7k views
Timestamp Python
I know this is a very basic question but I couldn't find any good conclusive answer to this.
So I wanted to know does time.time() in python time module return according to system's time or is it ...
2
votes
1answer
104 views
pytz alternative - using OS timezone as source?
Are there any simpler pytz alternative using OS timezone/dst as as source?
a ctypes wrapper or something doesn't require compiling would be welcome.
Edit: the beast
0
votes
1answer
152 views
Python pytz: non-existent time gets AmbiguousTimeError, not NonExistentTimeError
How can I tell if a local time is non-existent? I'm trying with pytz, but it throws an AmbiguousTimeError, not a NonExistentTimeError.
2013-3-31 02:30 will never happen in Copenhagen due to daylight ...
1
vote
1answer
99 views
Python Django: tzinfo doesn't work for DB insertion. But why does .now(local_tz) work?
I am using Django.
in settings:
TIME_ZONE = 'Europe/Copenhagen'
USE_TZ = True
Due to DST, clock skips an hour on 2013-3-31. 01:59 goes to 03:00
I views:
The date and time are given in local ...
3
votes
2answers
102 views
Python pytz: what happens if a country does away with DST?
OK, this is more a curiosity question, but how does pytz know all the daylight savings times (DST)? For example, that 'Europe/Copenhagen' time switches in March and October.
Or rather, what happens ...
0
votes
3answers
388 views
Python pytz: convert local time to utc. Localize doesn't seem to convert
I have a database that stores datetime as UTC. I need to look up info from a particular time, but the date and time are given in a local time, let's say 'Europe/Copenhagen'. I'm given these as:
year ...
1
vote
0answers
151 views
How to use the python icalendar.cal.Timezone class to create an icalendar VTIMEZONE
Can someone give me an example of generating a VTIMEZONE section of an icalendar file using the python icalendar library?
I believe this can be done by using the icalendar.cal.Timezone Component ...
5
votes
3answers
106 views
converting mountain standard time to eastern standard time in python
I have a time datetime object.. which has both date and time..
so for example
d = (2011,11,1,8,11,22) (24 hour time time format)
But this time stamp is in mountain standard time.. (Arizona. ...
3
votes
2answers
59 views
Can PyYAML parse iso8601 dates?
According to the YAML spec, iso8601 dates with timezones should be recognised. However, on trying to parse them using PyYAML 3.10 (on Windows 7 with ActivePython 2.7.2.5) I get naive dates:
In [7]: ...
2
votes
2answers
195 views
How to get system timezone setting and pass it to pytz.timezone?
We can use time.tzname get a local timezone name, but that name is not compatible with pytz.timezone.
In fact, the name returned by time.tzname is ambiguous. This method returns ('CST', 'CST') in my ...
1
vote
1answer
150 views
How to convert a timezone aware string to datetime in python without dateutil?
I have to convert a timezone-aware string to python datetime object.
For example "2012-11-01T04:16:13-04:00".
I find there's a dateutil module which have a parse function to do it, but I don't ...
1
vote
2answers
219 views
Using python-twitter library, how to set timezone?
I'm trying to list out tweets with their time-stamps. I have this...
#!/usr/bin/python
import twitter
api = twitter.Api()
statuses = api.GetUserTimeline('ttytter')
for s in statuses:
print ...
0
votes
1answer
74 views
How to tell Numpy to print time in UTC and not local timezone?
How to tell Numpy to print datetime64 in UTC and not in local timezone?
For example, I get:
>>> np.datetime64('2012-01-01T00:00Z')
Out[111]: numpy.datetime64('2012-01-01T02:00+0200')
But ...
0
votes
1answer
318 views
How to get user's Timezone in Django 1.3 Http Request
I have read that there is a lot of timezone support available in Django 1.4, but how does one obtain user's timezone in Django 1.3?
Once I have the timezone i.e. something like 'Europe\London' or ...
1
vote
1answer
72 views
Time Zone names in local language
Is there a methods to retrieve timezone names in another language?
In Python, if I do something like this:
for tz in pytz.common_timezones_set :
print tz
The result is in english, but what if I ...
2
votes
1answer
109 views
Using Olson Timezones in Python
Well,
The time has come, and I am trying to escape Larry Wall's nightmare and move from Perl to Python (for work). To this end I am putting myself through intensive self study to transform from a ...
2
votes
3answers
340 views
Localizing Epoch Time with pytz in Python
Im working on converting epoch timestamps to dates in different timezones with pytz. What I am trying to do is create a DateTime object that accepts an Olson database timezone and an epoch time and ...
2
votes
1answer
239 views
Mongo ObjectID: “can't compare offset-naive and offset-aware datetimes” even with pytz
I'm trying to prettify ObjectIDs timestamp with py-pretty but it keeps giving me a TypeError:
TypeError: can't compare offset-naive and offset-aware datetimes
even after I attempt convert the ...
0
votes
2answers
75 views
Timezone for server
I am building a application where the clients are supposed to pass a datetime field to query the database. But the client will be in different timezones, so how to solve that problem.
Should I make ...
1
vote
2answers
101 views
PYTZ 'America/Edmon' offset wrong [duplicate]
Possible Duplicate:
Weird timezone issue with pytz
This seems wrong:
>>> import pytz
>>> z1 = timezone('America/Edmonton')
>>> z2 = timezone('US/Mountain')
...
2
votes
2answers
327 views
Bug creating recurring events in daylight savings time with Google Calendar API?
So I'm making a small App Engine application through python which reads a timetable from a file and puts it into your Google Calender. All times/dates in the timetable are independent of DST so I need ...
1
vote
3answers
336 views
From a timezone and a UTC time, get the difference in seconds vs local time at that point in time
This should be very simple, but I can't quite figure it out in Python.
I want to have a function which takes two arguments, a UTC time in seconds and a zoneinfo name like 'Europe/Vienna' and returns ...




