About Anaconda Help Download Anaconda

Fast RFC3339 compliant Python date-time library, fork of udatetime

copied from cf-post-staging / medatetime

Installers

  • linux-64 v0.0.17
  • osx-64 v0.0.17
  • osx-arm64 v0.0.17

conda install

To install this package run one of the following:
conda install conda-forge::medatetime

Description

Handling date-times is a painful act because of the sheer endless amount of formats used by people. Luckily there are a couple of specified standards out there like ISO 8601. But even ISO 8601 leaves to many options on how to define date and time. That\'s why I encourage using the RFC3339 specified date-time format. medatetime offers on average 76% faster datetime object instantiation, serialization and deserialization of RFC3339 date-time strings. medatetime is using Python\'s datetime class under the hood and code already using datetime should be able to easily switch to medatetime. All datetime objects created by medatetime are timezone-aware. The timezones that medatetime uses are fixed-offset timezones, meaning that they don\'t observe daylight savings time (DST), and thus return a fixed offset from UTC all year round.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.2) Legal | Privacy Policy