Skip to main content

Smart timestamp utility

Project description

wttime - A fuzzy time parser

Lint and test

Tired of figuring out what this timestamp means? Done with format strings? Cannot be bothered to care about all the seconds, millis, and jiffies?

You don't have to! wttime is a fuzzy parser that can recover and disambiguate virtually any time specification you can throw at it.

Getting Started

Installation

pip install wttime

Examples

Guessing the most likely meaning:

$ wttime -t 'America/Los_Angeles' 20200101
UTC:     2020-01-01 08:00:00 (+0000)
$ wttime 1231231233000000
UTC:     2009-01-06 08:40:33 (+0000)
$ wttime 1231231233000
UTC:     2009-01-06 08:40:33 (+0000)
$ wttime 'Tuesday 10pm'
UTC:     2020-05-26 20:00:00 (+0000)

Variety of output formats:

$ wttime -l -r --remote-timezone 'America/Chicago' -f '%Y-%m-%d %H:%M' -umy 1231231233000000
UTC:     2009-01-06 08:40
Local:   2009-01-06 09:40
Remote:  2009-01-06 02:40
Seconds: 1231231233
Millis:  1231231233000
Micros:  1231231233000000

$ wttime -nx 20200810 -ns -y
1597010400000000

Help

wttime --help

TODOs

  • get more data about format frequency in the wild
  • figure out how to get feedback

Development

Add pre-commit hooks:

ln -sf $(pwd)/misc/hooks/pre-commit .git/hooks

Run tests

pytest

Publish to PyPI

rm -rf sdist
python setup.py sdist
twine upload dist/*

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wttime-0.2.1.tar.gz (5.8 kB view details)

Uploaded Source

File details

Details for the file wttime-0.2.1.tar.gz.

File metadata

  • Download URL: wttime-0.2.1.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for wttime-0.2.1.tar.gz
Algorithm Hash digest
SHA256 c674d65bbaabf4a4ba07b1485c48bb806b06be48c77645b1a5db97d383102d8d
MD5 30ba0809add767c19968def0f232d743
BLAKE2b-256 b75029dfb57001ad39705e7931cc9952d4947d3e44e6e229b6652454d9b16bbb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page