question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Parse entries of type "time" in metaseries_metadata

See original GitHub issue

Currently, entries of type “time” in metaseries_metadata are reported as strings (i.e., “as is”). They could be parsed into datetime objects for easier downstream use. AFAICT (admittedly from a single instrument…), the correct strptime format for the parsing is "%Y%m%d %H:%M:%S.%f". Thoughts?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
cgohlkecommented, Aug 3, 2022

v2022.8.3 includes a strptime function that parses common datetime formats.

1reaction
cgohlkecommented, Jul 29, 2022

Fixed in v2022.7.28.

Read more comments on GitHub >

github_iconTop Results From Across the Web

This isn't really a question but an FYI. Did you know that using ...
We sticked to our standard, load date + time in the one field and then parse it out using the Date Field Parsing...
Read more >
How to parse EXIF Date Time data - Stack Overflow
I am writing a C# program that extracts the EXIF DateTimeOriginal field from a JPEG file, if that property is in the data,...
Read more >
Use Aiven's metadata parser to understand how your data flows
Keep your data assets under control with Aiven's metadata parser. Data's journey in modern companies is usually long, with several steps ...
Read more >
User friendly date-time parsing functions - lubridate
parse_date_time () parses an input vector into POSIXct date-time object. It differs from base::strptime() in two respects. First, it allows specification of ...
Read more >
Resolve Log Entry Date - LogViewPlus
The Resolve Log Entry Date configuration page provides you with a series of options that allow you to extract a date from the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found