# Daylight savings time

**URL:** https://forums.losant.com/t/daylight-savings-time/2371
**Category:** Help
**Tags:** workflow
**Created:** [November 13, 2019, 7:38pm UTC](https://forums.losant.com/t/daylight-savings-time/2371 "2019-11-13T19:38:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Lars\_Andersson](https://avatars.discourse-cdn.com/v4/letter/l/f05b48/32.png) [@Lars\_Andersson](https://forums.losant.com/u/Lars_Andersson)
#### Post date: [November 13, 2019, 7:38pm UTC](https://forums.losant.com/t/daylight-savings-time/2371/1 "2019-11-13T19:38:06Z")

</div>

Since the DST changes at different dates in europe and US, how do I easiest determine, based on a date submitted, what the current difference was?

---

<div class="post-metadata">

### Author: ![Michael\_Kuehl](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.losant.com/michael_kuehl/32/99_2.png) [@Michael\_Kuehl](https://forums.losant.com/u/Michael_Kuehl)
#### Post date: [November 13, 2019, 8:04pm UTC](https://forums.losant.com/t/daylight-savings-time/2371/2 "2019-11-13T20:04:16Z")

</div>

If you need to know the offset for a timezone at a given date, I would suggest using the [Date/Time](https://docs.losant.com/workflows/logic/date-time/) node. You can pass in the given date, select the timezone, and then use the `format` operation with the [format string](https://momentjs.com/timezone/docs/#/using-timezones/formatting/) `ZZ` (which will return you just the TZ offset).
