What is T in YYYYMMDDTHHMMSS?

android, time

Solution

It represents the letter `T`, standing for the separator between the date and the... Time.

Used to produce an ISO 8601 compliant date/time string.

Problem

Android Time#toString() return YYYYMMDDTHHMMSS, What does "T" represent here?

Original source