I have to do some time/date manipulation and want to make it more robust. DST dates do not change often but it does happen.
Does anyone know of a contrib node that can be used to pass a trigger to and it will give out a YES/No type response as to whether DST is in effect - and is kept current with DST changes as they happen ?
My only concern is there is nothing in there about keeping updated with DST changes as they occur - i assume he references some external site - but will pose the question
For context - our Power Company in Australia works off what they call NEM time - which is essentially AEDT but does not change for DST.
Therefore i need two paths in my code when parsing the times to account for whether we are in DST or not and then applying the appropriate offset.
I think the ones i am using will work OK - i essentially have an Initialisations page for all my flows - and have put it in there to check 10s after startup and then every minute during the day - it then sets a Global Variable for other routines to refer to DST: True/False.