DST is a digital STD
Programmer Humor
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
I'm not a developer but give him one for me too
If only I had a numeric type that could hold the value of how many seconds since the creation of the Universe, without overflowing, I'd be set.
Would be more appropriate if it was the datetime library creator.
Move to International Atomic Time timezone. clock_gettime(CLOCK_TAI, ...) and stop complaining.
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."