Forum Discussion
MCFNeil
8 years agoQrew Captain
You have to account for the time zone of the data center when using the API, and have to convert to unix time as well.
Otherwise you get the day difference depending on if it runs early morning or late evening.
(Yes I know, its ridiculous)
Otherwise you get the day difference depending on if it runs early morning or late evening.
(Yes I know, its ridiculous)
- JoshuaTate8 years agoQrew CadetThe difference isn't a day, the difference is the dates are being input as american so its a month out. Whats strange is the dates are fine when the day is above 12 but not lower.
- PaulVorster17 years agoQrew CadetHI Joshua, i had the same problem, and this formula resolved my problem...
"&_fid_34=" & Right("0"&ToText(Day(ToDate([Current Date and Time]))),2) &"-" & Right("0"&ToText(Month(ToDate([Current Date and Time]))),2) &"-"& ToText(Year(ToDate([Current Date and Time]))) &" "& ToText(Hour(ToTimeOfDay([Current Date and Time]))) &":"& ToText(Minute(ToTimeOfDay([Current Date and Time])))