0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the name. More... over 13 years ago
More playing with setup.py More... over 13 years ago
Adding trove classifications and other info. More... over 13 years ago
Small module fix. More... over 13 years ago
Version bump. More... over 13 years ago
Fixing the imports. More... over 13 years ago
Adding a .gitignore file. More... over 13 years ago
Adding a Travis continuous build configuration. More... over 13 years ago
Adding tests field. More... over 13 years ago
Reduce the requirements a little bit. More... over 13 years ago
Fixing the dateutil requirement. More... over 13 years ago
Merge pull request #2 from jamezpolley/master
Tim 'mithro' Ansell
as Tim Ansell
More... over 13 years ago
Based on ocim's work at https://github.com/mithro/python-datetime-tz/pull/1 More... over 13 years ago
Adjust localize function so you can opt not to change the timezone if one is set More... over 13 years ago
made setup.py degrade gracefully to distutils if setuptools is not found More... over 13 years ago
filled in setup.py and packaged datetime_tz More... over 13 years ago
filled in setup.py More... over 13 years ago
Sort out the `datetime_tz` inheritance so that we don't need to change the path underneath the module. See #6165 More... almost 14 years ago
Add `VirtualTime` implementation that currently patches `time.time`, `datetime.datetime.now/utcnow` and the equivalent `datetime_tz` functions. See #6165 More... almost 14 years ago
Added `ctypes` structures necessary to call the `GetDynamicTimeZoneInformation` not present in `win32timezones` - see #5858 More... almost 14 years ago
If the key name is returned (i.e. we have `GetDynamicTimeZoneInformation`), then use that directly instead of looking up the index. Name the variable more appropriately too. See #5858 More... almost 14 years ago
Switch to calling the `kernel32` methods ourselves, and use `GetDynamicTimeZoneInformation` if possible. See #5858 More... almost 14 years ago
Replace all except Exception, e with except Exception as e More... almost 14 years ago
Handle skipping `__rsub__` on pypy. See #5760 More... about 14 years ago
Fixing the case where /etc/localtime matches multiple or no timezones. More... about 14 years ago
Removed lots of extraneous print statements or converted them to logging calls. Removed `add_available_sites` call from `AdminApp` which was never used and only prints out arguments More... about 14 years ago
When we localize, make sure we always return a datetime_tz for consistency More... over 14 years ago
Changing the way timezone parsing in smartparse works. More... almost 15 years ago
Use `Std` rather than `Index` to map the time zone names, and make sure we use the `standardName`. This is tested on an hactual Japanese machine. See #3811 (Also fix the spelling ''Olsen''`->`''Olson'') More... about 15 years ago
Added method for calculating local timezone name, for use as a default column value setter More... about 15 years ago