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

parse_date_time3 #8

Open
mabuehler opened this issue Oct 4, 2023 · 0 comments
Open

parse_date_time3 #8

mabuehler opened this issue Oct 4, 2023 · 0 comments

Comments

@mabuehler
Copy link

The following examples do not work:
parse_date_time3('16/05/2023 13:25')
parse_date_time3('16-05-2023 13:25')
or rather give not the output I expect. It is probably how strptime handles two-digits years. In the examples above, most likely due to the formats: "%d.%m.%y %H:%M:%S" and "ymdHMS"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant