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.

Explain attribute "startType" (utc dates)

See original GitHub issue

It took me quite a while to realize that i have to set the attribute startType to local in order to keep my UTC dates without conversion. It would be nice if the README would mention this feature

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
janolivermrcommented, Jul 25, 2018

This still doesn’t work properly though, since it will then omit the UTC designation (Z at the end of the date/time string)

0reactions
adamgibbonscommented, Jul 4, 2019

Addressed by #115

Read more comments on GitHub >

github_iconTop Results From Across the Web

XSD Date and Time Data Types - W3Schools
The date data type is used to specify a date. The date is specified in the following form "YYYY-MM-DD" where: YYYY indicates the...
Read more >
Date.UTC() - JavaScript - MDN Web Docs
The Date.UTC() static method accepts parameters similar to the Date constructor, but treats them as UTC. It returns the number of milliseconds since...
Read more >
datetime — Basic date and time types — Python 3.11.1 ...
These tzinfo objects capture information about the offset from UTC time, the time zone name, and whether daylight saving time is in effect....
Read more >
Set Date String to Midnight UTC - Questions - n8n community
I'm updating our CRM, Hubspot, with a date string. Hubspot requires all dates to be set at midnight UTC in Unix with millisecond...
Read more >
How to convert date/time attributes in Active Directory to ...
In this article. This article describes how attributes that contain a date/time value can be converted to standard meaningful date/time formats.
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