What do the "T" and "Z" mean in an ISO date?
The "T" is a literal separator between the date part (YYYY-MM-DD) and the time part (HH:MM:SS). The "Z" stands for Zulu time, meaning the time is in UTC with no timezone offset (+00:00). For a local time with offset, "Z" is replaced with something like "+05:30".