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

Fix documentation of string_to_timestamp_nanos #3977

Merged
merged 1 commit into from
Mar 30, 2023
Merged

Fix documentation of string_to_timestamp_nanos #3977

merged 1 commit into from
Mar 30, 2023

Conversation

jonahgao
Copy link
Member

Which issue does this PR close?

None

Rationale for this change

string_to_timestamp_nanos("1997-01-31 09:26:56.123Z") => Ok(854702816123000000)
string_to_timestamp_nanos("1997-01-31T09:26:56.123") => Ok(854702816123000000)
string_to_timestamp_nanos("1997-01-31T14:26:56.123-05:00") => Ok(854738816123000000) ×
string_to_timestamp_nanos("1997-01-31T14:26:56.123+05:00") => Ok(854702816123000000) √

@github-actions github-actions bot added the arrow Changes to the arrow crate label Mar 30, 2023
@tustvold tustvold merged commit be491b4 into apache:master Mar 30, 2023
@tustvold
Copy link
Contributor

Thank you

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

Successfully merging this pull request may close these issues.

2 participants