Forum Discussion
Anonymous
2 years agoNot applicable
Difference between DateTimeZone.UtcNow() and DateTimeZone.FixedUtcNow()
Hello. Can anyone help explain what are the differences between using DateTimeZone.UtcNow() and DateTimeZone.FixedUtcNow()? The only difference in the documentation for FixedUTCNow is the following ...
mlsx4
2 years agoMemorable Member
Hi Anonymous
I'm not pretty sure, but I think that it is related with time zones that changes between winter/summer times. I mean, fixed UTC will never work right with countries like Germany or Spain.
- Anonymous2 years agoNot applicable
Hi mlsx4 , I don't think that is what it means though, since the statement did not say about "time", but rather about "successive calls".
I think this would mean if someone refreshes the data very frequently in short interval, it will not change by the second or minute, but when I try to refresh it frequently the datetime still change each time.