Log in

View Full Version : "Time Left:" Message Broken



Kerin
02-13-2020, 05:20 AM
The purple message you get in the chat log if you try to use a spell that's still on cooldown, "Time left: xxx" is now saying:

"Time left: 1 Jan, 1970 0:00:34"

Clearly this is a timestamp value that's set to nearly zero and not a valid value, presumably a time calculation of some sort has gone awry. No idea when I broke, I only just noticed it while doing the monthly High-Tier.

Note the 'seconds' value seems to be what should be being shown, the rest of it of course is just wrong.

Sirmarki
02-13-2020, 06:25 AM
Was just about to post the same thing...

https://i.imgur.com/GG8byVh.jpg

Alhanelem
02-13-2020, 06:28 AM
Can second this.

The game is reading certain numbers as though they were dates, rather than integers.

Thus, recast time is being shown as time since the Unix Epoch and counting backwards toward it.

Zekander
02-13-2020, 01:17 PM
oddly enough, the timestamp I see is (31 Dec., 1969 7:00:00pm) plus the time remaining on the ability. EX: attempting to use a 3 min ability twice in a row will result in Time left: (31 Dec., 1969 7:02:59pm). I've no idea why I see a different date, perhaps it's trying to use the local time zone?

Kerin
02-14-2020, 07:58 AM
I've never seen this before, where a bad Unix timestamp has resulted in a year prior to the base of 1970, usually it results in 2038 .. I can only presume something along the lines of local time is getting involved.

Lord knows how SE broke such an ancient bit of code, but I presume the recent patch is to blame.