Awareness | Date and Time Component: Specifiers "%s", "%P" and "%k" do not function in Emulate mode

Updated at August 26th, 2024

Information


When running on a Core, for the Date and Time component, the time specifiers “%k“ should be Hour in 24-hour format with space preceding single digits, “%P“ should be Lower-case 'am' or 'pm' and “%s“ should be Unix Epoch Time timestamp.

Running Core Examples

 
 

In Emulate mode, the time specifiers do not show up at all or retains value from the last selected specifier. This is expected behavior due to a difference in how the Linux and Windows operating systems grab the OS times.

Emulate Examples