Calculate Time from Time zone Offset
A Pujie Black user has requested assistance with working out the time from an offset. The maths was used in my 24 hour hands preset… This was my advice… var…
A work-in-progress!
A Pujie Black user has requested assistance with working out the time from an offset. The maths was used in my 24 hour hands preset… This was my advice… var…
//Part 1 - Time at Timezone Offset var mtag=[m]; var htag=[h24]; var tzl=[t1_label]; var df = -(([gmt_offset])-[t1_gmt_offset]); var mo = parseInt(df); var so = df-mo; if (so == 0) {…
So, I was asked to write a function today by another Pujie Black user… they wanted to have a way to calculate 24 hour digits back and forward from the…
Admittedly, I haven’t found a use for this yet but I spent a couple days translating the Parametric Equation to the Pujie Black editor so I’m posting this… So, if…
30/12/2018 There are a lot of Weather conditions that can be presented on your watch face… so how do you boil those down into a relatively small subset? You need…