We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have support for a unixy combined timstamp format of the form yyyyMMddhhmmss
yyyyMMddhhmmss
However, some systems log with subseconds appended, for example:
20140722105203.364
The above should parse as: "2014-07-22 10:52:03.364 +0000 UTC"
"2014-07-22 10:52:03.364 +0000 UTC"
But parsing fails with the error:
parsing time "20140722105203.364": month out of range
The text was updated successfully, but these errors were encountered:
support combined datetime format with subseconds (yyyyMMddhhmmss.SSS)
f37af88
Fixes araddon#143 Signed-off-by: Daniel Ferstay <dferstay@splunk.com>
18b34b0
Incorporate support for yyyymmddhhmmss.SSS
df9ae2e
Incorporate PR araddon#144 from https://github.com/dferstay to fix araddon#143
Successfully merging a pull request may close this issue.
We have support for a unixy combined timstamp format of the form
yyyyMMddhhmmss
However, some systems log with subseconds appended, for example:
The above should parse as:
"2014-07-22 10:52:03.364 +0000 UTC"
But parsing fails with the error:
The text was updated successfully, but these errors were encountered: