I have a fields called "LAST UPDATED" where on edit dict("LAST UPDATED") = Now() This function works correctly however the time is six hours ahead and my Regional setting is set to English (United States). Is there a format I can use after the Now() to subtract the six hours so that my database field shows the correct hour? Thank you in advance..