Where communities thrive
Join over
1.5M+ people
Join over
100K+ communities
Free
without limits
Create
your own community
Explore more communities
jsbin/jsbin
Collaborative JavaScript Debugging App
People
Repo info
Activity
Remy Sharp
@remy
okay - yes, definitely want to see that - sorry I thought you said it was a HAR of it working
But yeah, it’s definitely the requet on /
Andrew Betts
@triblondon
Sent to your email
Remy Sharp
@remy
because I can see from your account that the github token is updated (we have a last_updated field on profiles)
so you were getting through step one
I’m pretty sure it was in the session lookup that it was failing
Andrew Betts
@triblondon
when was it updated? recently?
Remy Sharp
@remy
Yeah, as in when you tried earlier today
I can’t tell if the token has changed (it’s just a bunch of characters)
but the timestamp was around the time you emailed
Andrew Betts
@triblondon
so not in the last 20 mins?
Remy Sharp
@remy
no, as in when you emailed
it will have changed again now
Andrew Betts
@triblondon
ok. I've reproed the issue within the last 20 mins
Remy Sharp
@remy
Current timestmp: 2015-06-29 20:31:23
Andrew Betts
@triblondon
is that UTC?
Remy Sharp
@remy
Gosh...
Andrew Betts
@triblondon
if that's BST, I was in the gym then
Remy Sharp
@remy
¯_(ツ)_/¯
that’s the last time your account changed
ah
yes, it’s an hour out
mysql> select now()
-> ;
+---------------------+
| now() |
+---------------------+
| 2015-06-29 20:39:06 |
+---------------------+
1 row in set (0.05 sec)
so yeah, 8 minutes ago it updated.
_
Andrew Betts
@triblondon
ah, so that's
since
I last reproed the issue
DST. Sucks.
Remy Sharp
@remy
:)
Yep, I can’t remember if I make my machines follow UK time or if I just do UST
whatever I do, it’s consistent
Andrew Betts
@triblondon
Edge 4's live stream failed spectacularly because I could not make my brain understand time zones.
Remy Sharp
@remy
because I forget too.
confwall has/had that challenge
it has to start recording live tweets when the conf starts
Andrew Betts
@triblondon
And Edge 5 was even more annoying because I was coding the site in January (when London = UTC) and the event is in June (when London != UTC)
Remy Sharp
@remy
so asking for the date of the event wasn’t enough
We also ask for timezone
which gets hazy around BST time!
Yep. That.
So, if you log out/back in - it’s all okay?
Andrew Betts
@triblondon
It's now using fully abstracted date objects that are DST aware, so we're all grown up. one day I might even write tests.
Remy Sharp
@remy
“fully abstracted date objects” - this is voodoo to me!
Andrew Betts
@triblondon
oh, just PHP DateTime dooburys
instead of flaky mysql date strings
PHP DateTime has the tz DB built in so it knows about every DST change in every country since about 1940.
OK, logged out / in again, all still OK
sorry I didn't do this before, or at least try it again before raising it
Remy Sharp
@remy
urm…I thought I could load a HAR file in devtools, but apparently not...
ploop.
nor does it work here:
https://cloudup.com/c002oZqe3UJ
Andrew Betts
@triblondon
I just clicked 'save as HAR with content' from Chrome devtools in Chrome 43