openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
python-datetime-tz
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
about 11 hours
ago.
Aug 05, 2024 — Aug 05, 2025
Showing page 7 of 9
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix the name.
Tim 'mithro' Ansell
More...
over 13 years ago
More playing with setup.py
Tim 'mithro' Ansell
More...
over 13 years ago
Adding trove classifications and other info.
Tim 'mithro' Ansell
More...
over 13 years ago
Small module fix.
Tim 'mithro' Ansell
More...
over 13 years ago
Version bump.
Tim 'mithro' Ansell
More...
over 13 years ago
Fixing the imports.
Tim 'mithro' Ansell
More...
over 13 years ago
Adding a .gitignore file.
Tim 'mithro' Ansell
More...
over 13 years ago
Adding a Travis continuous build configuration.
Tim 'mithro' Ansell
More...
over 13 years ago
Adding tests field.
Tim 'mithro' Ansell
More...
over 13 years ago
Reduce the requirements a little bit.
Tim 'mithro' Ansell
More...
over 13 years ago
Fixing the dateutil requirement.
Tim 'mithro' Ansell
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
James Polley
More...
over 13 years ago
Adjust localize function so you can opt not to change the timezone if one is set
davidm
More...
over 13 years ago
made setup.py degrade gracefully to distutils if setuptools is not found
David Vincelli
More...
over 13 years ago
filled in setup.py and packaged datetime_tz
David Vincelli
More...
over 13 years ago
filled in setup.py
David Vincelli
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
davidf
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
davidf
More...
almost 14 years ago
Added `ctypes` structures necessary to call the `GetDynamicTimeZoneInformation` not present in `win32timezones` - see #5858
davidf
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
davidf
More...
almost 14 years ago
Switch to calling the `kernel32` methods ourselves, and use `GetDynamicTimeZoneInformation` if possible. See #5858
davidf
More...
almost 14 years ago
Replace all except Exception, e with except Exception as e
davidm
More...
almost 14 years ago
Handle skipping `__rsub__` on pypy. See #5760
davidf
More...
about 14 years ago
Fixing the case where /etc/localtime matches multiple or no timezones.
Tim 'mithro' Ansell
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
davidf
More...
about 14 years ago
When we localize, make sure we always return a datetime_tz for consistency
davidm
More...
over 14 years ago
Changing the way timezone parsing in smartparse works.
Tim 'mithro' Ansell
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'')
davidf
More...
about 15 years ago
Added method for calculating local timezone name, for use as a default column value setter
davidf
More...
about 15 years ago
←
1
2
3
4
5
6
7
8
9
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree