Skip to main content

Sane date and time tools for Python.

[![Build Status](https://travis-ci.org/WiFast/era.svg?branch=master)](https://travis-ci.org/WiFast/era)

What Is It?

Era is a collection of tools for managing dates/times with associated timezone information. Some fine points:

  • Era assumes UTC for all timezones when not specified.

  • Naive datetimes (those without timezones) are treated as being in the local timezone.

  • You should be using UTC for all the things. See [Problems with Localtime][2].

  • Documentation is inline in era.py.

What’s In It?

Imports so that you don’t have to import fifteen different modules.

  • calendar

  • tzlocal

  • timezone - from pytz

  • utc - from pytz

  • date

  • datetime

  • time

  • timedelta

  • tzinfo

Useful constants:

  • utc - The UTC timezone.

  • localtz - The local timezone.

  • epoch - The Unix Epoch. 1 January 1970 in UTC.

Day of week constants.

  • mon = 0

  • tue = 1

  • wed = 2

  • thu = 3

  • fri = 4

  • sat = 5

  • sun = 6

Time units. Each unit is a number of (or fraction of) seconds. These are naive in that they do not account for differences in months (a month is 30 days here), leap years (a year is 365 days), leap seconds, or any other real life scenario that would make the measurement incorrect.

  • second = 1

  • millisecond = second / 1000.0

  • microsecond = millisecond / 1000.0

  • minute = 60 * second

  • hour = 60 * minute

  • day = 24 * hour

  • week = 7 * day

  • month = 30 * day

  • year = 365 * day

Defined functions:

  • is_time - Check if a value is a time.

  • is_date - Check if a value is a date.

  • is_datetime - Check if a value is a datetime.

  • to_datetime - Convert a value to a datetime.

  • settz - Set a timezone without accounting for a time change.

  • totz - Convert a time from one timezone to another.

  • localize - Convert a time to the local timezone.

  • now - Get the current time in a particular timezone.

  • localnow - Get the current time in the local timezone.

  • daysago - Get a date from n days ago.

  • timeago - Get a time from n time ago.

  • ts - Get the Unix timestamp for a value (seconds since the epoch).

  • tsms - Get the Javascript timestamp for a value (milliseconds since the epoch).

  • fromts - Get a time from a Unix timestamp.

  • fromtsms - Get a time from a Javascript timestamp.

  • truncate - Reduce the precision of a date/time.

  • weekday - Find the date for the given day of the week.

  • prevweekday - Find the date for the most recent day of the week.

  • nextweekday - Find the date for the next week day.

License

Copyright (c) 2014 WiFast, Inc. This project and all of its contents is licensed under the BSD-derived license as found in the included [LICENSE][1] file.

[1]: https://github.com/WiFast/era/blob/master/LICENSE “LICENSE” [2]: http://pytz.sourceforge.net/#problems-with-localtime “Problems with Localtime”

Release files for era 1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for era 1.1
File Size Uploaded
era-1.1.tar.gz 4.4 kB Details

Release files / era-1.1.tar.gz

Download URL era-1.1.tar.gz
Size 4.4 kB
Tags Source
SHA-256 checksum
How to use checksums
5eb446db9e02300d2fc5316ab513b36425489fbb031b3882ebf319da38e92c85
BLAKE2b-256 checksum
How to use checksums
8fff1a7d23f313121bf3b9ec785754cfd4a6cfb509285df7976a980a3e279d1c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

1.1 This release

1 release file

1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page