I have fetched the data for new Lead activity where the "Created Date"(in attributes) field has a date value.
Is the value specific to any timezone like "Activity Date"which is in UTC.
Example -
marketoGUID | leadId | activityDate | activityTypeId | campaignId | primaryAttributeValueId | primaryAttributeValue | attributes |
151258 | 969095 | 2018-12-18T16:01:11Z | 12 | null | 899015 | Mark Josh | {"Created Date":"2018-12-16","Form Name":"5204 - ABC Training XDC.Post ONLY Form - Access Onlis","Source Type":"Webinar form fillout"} |
Saptarshi Konar - Marketo stamps the system dates and time as per the timezone which is set up in the admin.
Marketo stamps the system dates and time as per the timezone which is set up in the admin.
This isn't about system tokens. The timezone is the pod timezone, CST, not the end-user timezone.
I don't think it is related to the admin timezone.
If timezone is associated with it then we will have a time and timezone value associated with the "Created Date" data.
Is the value specific to any timezone like "Activity Date"which is in UTC.
It's in the pod-wide timezone, which is CST for all Marketo instances.
Of course as you have the full value, including the time, in UTC you should use that.
Usually I get date like "2018-12-18T16:01:11Z"- which means it is in UTC but in this case I am getting data like "2018-12-16" - it seems like Marketo in not considering the time.
My application is in EST timezone, so should I save the data as it is or change the date time according to the timezone.
Like I said, US Central Time.