Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
Add note on maintenance.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Aug 23, 2014
1 parent 78b1772 commit 6c44c1f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
**NOTE:**
This library will not be maintained any further. Version 0.7 has been
rewritten to provide the same functionality, but internally implemented on top
of the excellent (and much more powerful) [Arrow](http://crsmithdev.com/arrow/)
library, by [Chris Smith](https://github.com/crsmithdev). If you still use
Times, consider using Arrow instead.


Times
=====

Expand All @@ -12,14 +20,6 @@ conversions to and from timezones, for once and for all.
It is designed to be simple and clear, but also opinionated about good and bad
practices.

[Armin Ronacher][1] wrote about timezone best practices in his blog post
[Dealing with Timezones in Python][2]. The **tl;dr** summary is that
everything sucks about our mechanisms to represent absolute moments in time,
but the least worst one of all is UTC.

[1]: http://twitter.com/mitsuhiko
[2]: http://lucumr.pocoo.org/2011/7/15/eppur-si-muove/


Rationale
---------
Expand Down

0 comments on commit 6c44c1f

Please sign in to comment.