Feature request: time/date engine (aka 'black box')

It is complicated with a load of variables.

That‘s why i only made a rotating bezel and hand depending on utc.

1 Like

@jmorga106:

So, would you be in favour of a ‘black box’, embedded in Facer, that did most of this for you?

1 Like

Surrrre if it’s not too much trouble. but I gotta figure this out. I’m close…

1 Like

I tortured myself with the same formulae issues … before I just switch to using #DNOW#.

Once I had formulaic logic to return Year, Month, Day and Hours, Minutes from #DNOW#, it is easy to just adjust the time by +/- 1-13 hours. Then you just have to deal with Daylight/Summer Time start/end dates, etc.


My problem is that gets too complicated and has to be repeated 20-30 times in a single watchface …

2 Likes

Hi Andrew, did you end up publishing your day and date solution for UTC? I can’t seem to find another person who was close.

I have made progress for UTC, and am still working on timezones (but making some progress).


Current thread: Select Timezone feature

Which showed this:

4 Likes

Thanks Andrew
I’ve started a thread of my own, relating to my specific goal.

1 Like

Wouldn’t it be nice to have an expression such as dateTimeByZone(hour24,GMT), dateTimeByZone(dayNameShort,EST)

1 Like