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

(Mostly) Automatic timestamp parsing #160

Open
djaglowski opened this issue Oct 7, 2020 · 0 comments
Open

(Mostly) Automatic timestamp parsing #160

djaglowski opened this issue Oct 7, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@djaglowski
Copy link
Member

Is your feature request related to a problem? Please describe.
Manually specifying timestamp layouts can be a pain.

Describe the solution you'd like
There is a library that attempts to automatically detect a wide variety of timestamp formats. This could likely be used in many cases.

The primary issue with using this library is differentiating between month-first and day-of-month-first formats. The library has been enhanced to allow configuration in this regard, so this could be incorporated into a "mostly automatic" layout.

For example:

layout_type: auto
layout: month_first
@djaglowski djaglowski added the enhancement New feature or request label Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant