Instead of saving the date and time as a string, use the Get Date/Time in Seconds function, which returns the number of seconds since 12:00 AM, January 1, 1904 Universal Time. Wire that numeric output to the top input in your Build Array function for your numeric array. Whenever you want to read the date and time, use the Index Array function to read array element 0 and wire that number to the seconds input of the Get Date/Time String function. If the seconds input is unwired, Get Date/Time String returns the current date and time, but if seconds is wired, it will convert those seconds (since 12:00 AM, January 1, 1904 Universal Time) to date and time strings for your time zone.