Skip to content

Real Time Clock v1.0

The Image of GV Real Time Clock

It's similar to the vanilla version, but outputs the true real time (from the running device), and the four ports on the front are all output ports, but the back port is input port.

According to the back input, the four outputs on the front will output different values, as shown in the table below:

Back InputTop OutputRight OutputBottom OutputLeft Output
0 V or othersMillisecondsSecondsMinutesHours
1 VWeekdayDateMonthYear
2 VThe lowest 32 bits of TicksThe highest 32 bits of Ticks0 V0 V
3 VThe time until or since the precipitation starts, in millisecondsIf precipitating, 0xFFFFFFFF V,otherwise 0 VThe time until the precipitation ends, in milliseconds0 V

Ticks:Represents the number of 100-nanosecond intervals that have elapsed since 12:00:00 midnight, January 1, 0001 in the Gregorian calendar. It doesn't include the number of ticks that are attributable to leap seconds.