Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Microseconds ignored when selecting datetime column #47

Closed
akirashimosoeda opened this issue Jan 24, 2019 · 1 comment
Closed

Microseconds ignored when selecting datetime column #47

akirashimosoeda opened this issue Jan 24, 2019 · 1 comment

Comments

@akirashimosoeda
Copy link

akirashimosoeda commented Jan 24, 2019

The code only takes into account down to milliseconds IF the fourth fractional second character is '\0'. Microseconds is not evaluated (I guess it should evaluate that seventh character is '\0').

@rbock
Copy link
Owner

rbock commented Jan 26, 2019

Thanks for the hint. Looking closer at it, the code would fail in multiple situations, e.g. when precision is only two digits...

Pushed a better (IMO) version to develop. Please check it out.

@rbock rbock closed this as completed Dec 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants