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

Handle date format that is not US fromat (mm/dd/yyyy) but International Format (dd/mm/yyyy) in readers. #53

Open
Shadoward opened this issue Jun 30, 2021 · 5 comments

Comments

@Shadoward
Copy link
Contributor

Hi,

If the user export the data with a different date format that is not mm/dd/yyyy, the readers will not worked or convert the date wrongly.

Maybe add a user input option...

@Shadoward
Copy link
Contributor Author

Shadoward commented Jul 20, 2021

I will look at this package. datefinder

@giumas
Copy link
Collaborator

giumas commented Jul 20, 2021

@Shadoward, are you talking specifically about a format? The largest majority has only one possible format.

@Shadoward
Copy link
Contributor Author

@giumas, I am located in Brazil and they do not use US date format (mm/dd/yyyy) but International format (dd/mm/yyyy). The raw data have that format.

Not sure I have the knowledge to do that but want SSM to handle other date format.

@Shadoward Shadoward changed the title Handle date format that is not mm/dd/yyyy in readers. Handle date format that is not US fromat (mm/dd/yyyy) but International Formt in readers. Jul 20, 2021
@Shadoward Shadoward changed the title Handle date format that is not US fromat (mm/dd/yyyy) but International Formt in readers. Handle date format that is not US fromat (mm/dd/yyyy) but International Format (dd/mm/yyyy) in readers. Jul 20, 2021
@giumas
Copy link
Collaborator

giumas commented Jul 20, 2021

Do you mean to handle the date format in the SSM database? Or in a specific input format (e.g., Valeport)?
I am asking because the dates are currently stored as timestamp in the database:

DB_Browser_for_SQLite_I8qoI5ooj7

@Shadoward
Copy link
Contributor Author

Shadoward commented Jul 20, 2021

@giumas in the input data....
The raw data has the international format, no US.

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

No branches or pull requests

2 participants