


According to http://microsite.omniture.com/t2/help/en_US/sc/implement/query_parameters.html, the t variable is in the format
dd/mm/yyyy hh:mm:ss D OFFSET
When I look at the actual request made, it is 19/0/2015 11:1:5 1 480
Is the month January represented by the 0 or is that a bug in the library?
Views
Replies
Sign in to like this content
Total Likes
Yes, January is 0 while December is 11. The debugger's friendly text correctly parses those values.
Views
Replies
Sign in to like this content
Total Likes
Yes, January is 0 while December is 11. The debugger's friendly text correctly parses those values.
Views
Replies
Sign in to like this content
Total Likes
What about the other fields in the t variable (dd, yyyy, hh etc)? Are those also 0-based? Or just month?
Views
Replies
Sign in to like this content
Total Likes
Strangely enough, it's just month that starts at 0. Everything else starts at 1.
Views
Replies
Sign in to like this content
Total Likes