Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Expected behavior of Time and Date/Time fields during Daylight Saving Time (DST) - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Expected behavior of Time and Date/Time fields during Daylight Saving Time (DST)
KB0744616

Expected behavior of Time and Date/Time fields during Daylight Saving Time (DST)


1781 Views Last updated : Jan 28, 2024 public Copy Permalink
KB Summary by Now Assist

Issue

Overview

You may see cases where Time or Date/Time fields are not being adjusted for DST on various records. This is because the expected behavior of Time and Date/Time fields may differ from your expectation. Regarding Time fields, these will never adjust for DST. This is stated in the Field Types documentation. Regarding Date/Time fields, the DST offset is determined based on the date half of the date/time value. If the date value represents a day on which DST was in effect in the current timezone, the offset will be applied. However, if DST was not in effect on that date, the offset will not be applied, regardless of whether or not DST is currently in effect.

Example

Let's say you are in the US/Eastern timezone, and today is March 20th, which would mean DST is currently in effect. Let's say you have a Time and a Date/Time field on the same form. The Date/Time field has an internal value 2019-03-20 16:00:00 GMT, and the Time field has an internal value of 16:00:00 GMT. Since your current timezone is US/Eastern, you would see the following values displayed on the form:

Date/Time field: 2019-03-20 12:00:00 (Offset by 4 hours, honoring DST)
Time field: 11:00:00 (Offset by 5 hours, not honoring DST)

This might be surprising to users who are expecting the DST offset to apply to both. Now let's say you adjust your Date/Time field to have the exact same time, but in January instead of March. The internal value of the Date/Time will now be 2019-01-20 16:00:00 GMT, and the values displayed on the form will be as follows:

Date/Time field: 2019-01-20 11:00:00 (Offset by 5 hours, not honoring DST)
Time field: 11:00:00 (Offset by 5 hours, not honoring DST)

That's because on January 20th in the US/Eastern timezone, Daylight Saving Time was not in effect. Thus, the displayed time in the field is offset by 5 hours instead of 4.

Additional Information

  • Field Types documentation
  • Time Zones documentation

The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.