Skip to main content

Creating Dates: Where is the formula counting an additional hour?

  • January 19, 2022
  • 8 replies
  • 38 views

Forum|alt.badge.img+3
  • Participating Frequently
  • 5 replies

Hi guys,


As you can see I work with a formula.
And I don’t get my(?) fault, why this formula in recordline no. 8 isn’t working as well as in the other lines …

Anyone an idea? :thinking:

Thank you in advance and best regards
Martin

8 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • January 19, 2022

Welcome to the Airtable community!

It’s probably a timezone issue.

Check the formatting options for both the formula field and the initial date field. Make sure that they are either both set to local time or both set to GMT.


Forum|alt.badge.img+3
  • Author
  • Participating Frequently
  • 5 replies
  • January 24, 2022

Welcome to the Airtable community!

It’s probably a timezone issue.

Check the formatting options for both the formula field and the initial date field. Make sure that they are either both set to local time or both set to GMT.


Thank you.

But how should this be possible, if the formula or the timezone issue has got an impact on the whole column?
Only one row is wrong …

If this is a “correct and logical fault”, there must be something to change just one row or just one field, right?

It is crazy.
If I am in the formula of Kontrollfeld, Beginn, go to formatting, klick Use the same time zone (GMT) for all collaborators the whole column is one hour behind Uhrzeit, Beginn der Veranstaltung. Fine.
But if I click Use the same time zone (GMT) for all collaborators in that formula again, all fields in that column are working – except that single field, that adds one hour …


kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • January 24, 2022

Thank you.

But how should this be possible, if the formula or the timezone issue has got an impact on the whole column?
Only one row is wrong …

If this is a “correct and logical fault”, there must be something to change just one row or just one field, right?

It is crazy.
If I am in the formula of Kontrollfeld, Beginn, go to formatting, klick Use the same time zone (GMT) for all collaborators the whole column is one hour behind Uhrzeit, Beginn der Veranstaltung. Fine.
But if I click Use the same time zone (GMT) for all collaborators in that formula again, all fields in that column are working – except that single field, that adds one hour …


Can you post the formula?


Forum|alt.badge.img+3
  • Author
  • Participating Frequently
  • 5 replies
  • January 25, 2022

Can you post the formula?


DATEADD(Datum,{Uhrzeit, Beginn der Veranstaltung},‘seconds’)


kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • January 25, 2022

This is very strange. Try editing the duration field to something different to force the formula field to recalculate. Then edit the duration back. If editing the value of the duration field does not cause the formula field to recalculate, contact support.


Forum|alt.badge.img+3
  • Author
  • Participating Frequently
  • 5 replies
  • January 25, 2022

This is very strange. Try editing the duration field to something different to force the formula field to recalculate. Then edit the duration back. If editing the value of the duration field does not cause the formula field to recalculate, contact support.


No, doesn’t work neither.
Anyway, thank you for trying to help me.
I just wrote to the support.


Forum|alt.badge.img+3
  • Author
  • Participating Frequently
  • 5 replies
  • January 28, 2022

This is very strange. Try editing the duration field to something different to force the formula field to recalculate. Then edit the duration back. If editing the value of the duration field does not cause the formula field to recalculate, contact support.


The support found out:
On the 27th of march is a change of summer-/wintertime … :stuck_out_tongue_winking_eye:

So have that in mind, if you are calculating dates.


kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • January 28, 2022

The support found out:
On the 27th of march is a change of summer-/wintertime … :stuck_out_tongue_winking_eye:

So have that in mind, if you are calculating dates.


Thank you so much for coming back and posting the resolution!