pypi arrow 0.15.7
Version 0.15.7

latest releases: 1.3.0, 1.2.3, 1.2.2...
3 years ago
  • [NEW] Added a number of built-in format strings. See the docs for a complete list of supported formats. For example:
    >>> arw = arrow.utcnow()
    >>> arw.format(arrow.FORMAT_COOKIE)
    'Wednesday, 27-May-2020 10:30:35 UTC'
  • [NEW] Arrow is now fully compatible with Python 3.9 and PyPy3.
  • [NEW] Added Makefile, tox.ini, and requirements.txt files to the distribution bundle.
  • [NEW] Added French Canadian and Swahili locales.
  • [NEW] Added humanize week granularity translation for Hebrew, Greek, Macedonian, Swedish, Slovak.
  • [FIX] ms and μs timestamps are now normalized in arrow.get()
    , arrow.fromtimestamp(), and arrow.utcfromtimestamp(). For example:
    >>> ts = 1591161115194556
    >>> arw = arrow.get(ts)
    <Arrow [2020-06-03T05:11:55.194556+00:00]>
    >>> arw.timestamp
    1591161115
  • [FIX] Refactored and updated Macedonian, Hebrew, Korean, and Portuguese locales.

Don't miss a new arrow release

NewReleases is sending notifications on new releases.