Daylight Incorrectly Displaying Between Web App, Phone App, and Watch

I have put together a simple watch face for personal use, but have run into an issue that I can’t seem to resolve. In the web app design I have created a simple day/night cycle using the below expression language:

$(#DH#+(#Dm#/60))>(#WRH#+(#WRm#/60))&&(#DH#+(#Dm#/60))<(#WSH#+(#WSm#/60))?100:0$
$#DISDAYTIME#=1?100:0$

It’s my understanding that these two phrases are functionally identical, but I tried both to make sure it wasn’t one of the two causing the issue.

The trouble I’m having is that the web design app is displaying the day/night cycle properly, but the phone app and actual watch face are not reflecting the cycle.

Some specifications for reference:
PHONE: Samsung Galaxy S7 edge
FACER PHONE APP: 4.6.6_100148
FACER WATCH APP: 4.7.0
TIZEN: 4.0.0.1

Any assistance would be appreciated.