Coder Social home page Coder Social logo

sonirico / datetoken.py Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 2.0 116 KB

Python package to convert relative date tokens into their datetime object representation

License: MIT License

Python 100.00%
datetime hacktoberfest python python3 range relative token

datetoken.py's People

Contributors

danirod avatar dependabot-preview[bot] avatar dependabot[bot] avatar sighery avatar sonirico avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dgilm maahi07m

datetoken.py's Issues

Extend API to support 'now' token value customization

Current implementation evaluates now token to UTC dates, in particular an aware datetime.datetime object with tzinfo set to UTC. At first glance it should not suppose a problem, everyone likes the universality of UTC.

But what would happen if I needed to somehow simulate datetokens in other timezones? Consider the following example:

UTC: 23:30, 31st December 2018
Europe/Madrid (CET): 00:30, 1st January 2019

Under current implementation now/d would yield 2018-12-31 00:00+00:00. Nothing wrong here. Nonetheless, if I wanted the token applied in CET, the expected result would much be 2019-01-01 00:00+01:00. There is a huge difference, since TZs are expected to be applied on now's value instead of localizing the whole token result.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.