Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept datetime instances as dates #1050

Merged
merged 2 commits into from Aug 31, 2020

Commits on Aug 31, 2020

  1. accept datetime instances as dates

    There's no easy way to re-create a commit (i.e. for rewriting purposes), because dates must be formatted as strings, passed, then parsed back.
    
    This patch allows parse_date() to accept datetime instances, such as those produced by from_timestamp() above.
    mildsunrise committed Aug 31, 2020
  2. add myself to authors

    mildsunrise committed Aug 31, 2020
You can’t perform that action at this time.