this post was submitted on 03 Apr 2024
1096 points (96.2% liked)
Programmer Humor
19551 readers
1273 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I just discovered that while the ServiceNow APIs return all times in UTC, they use the user's default time for all times passed in as a parameter.
So if your account is set up in PDT and you say "give me this item that I just created", it will say "here your item, this was created at 17:00".
But if you say, "cool let me see all items created in the last hour, so anything greater than 16:00", then it will respond "got nothing for ya, chief."