[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vt/ - Virtual Youtubers

Search:


View post   

>> No.13701547 [View]
File: 229 KB, 1620x1080, 94091877_p0.jpg [View same] [iqdb] [saucenao] [google]
13701547

>>13701185
I had something set up in Excel to parse them when we were having "dupe" issues in August, just found it.
it was in the power query I was running on the downloaded/local json
>= Table.AddColumn(#"Filtered Rows", "Time", each #datetime(1969,12,31,20,0,0) + #duration(0,0,0,[Column1.timestamp]/1000))
>= Table.TransformColumnTypes(#"Added Custom",{{"Time", type datetimezone}})
I don't remember how I actually got power query to do that, or how it fuckin works to begin with, but it's operating on the column that contained all the Unix timestamps and spitting out a new EDT one, then displaying it with the right Excel formatting. if you want EST just change it to #datetime(1969,12,31,19,0,0) - note that 19.

Navigation
View posts[+24][+48][+96]