Difference in date/timestamp fields, and GMT standardization
Hi everyone, first time poster... nice to be here!
Does anyone know intricacies of the date fields? For example my data provider has a number of fields pertaining to date, and I've pasted the array fart below. They seem to be pretty self-explanatory (L_PriceDate = the time stamp that marks when a particular property's PRICE was changed, and nothing more).
[L_ListingDate] => List Date
[L_HotSheetDate] => Hotshot Date
[L_StatusDate] => Status Date
[L_PriceDate] => Price Date
[L_InputDate] => Input Date
[L_UpdateDate] => Update Date
However I would like to know if there is a MASTER timestamp field that ALWAYS updates whenever the property listing changes in ANY way. More specifically, I am wondering if my hunch is correct that L_UpdateDate behaves this way... meaning it always updates regardless of the nature of the update. (Meaning a fresh timestamp will be saved anytime a Price changes, or the Status changes, or an Input changes, etc). For obvious reasons it would be easier to have a master timestamp field to tell your script "hey... this property changed somehow... so re-save all its data!" as opposed to checking many different fields for individual/isolated changes.
As a follow up, will all the timestamps always be in GMT? My provider is for Hawaii Real Estate, but it appears timestamps come in the form of GMT.
Thanks in advance for the advice guys! Sorry if these questions were already answered, I searched but could not find anything :(