when display time, Change "T" to Space and not append time zone to maintain compatibility
authorhj kim <backto.kim@samsung.com>
Tue, 10 Nov 2020 06:50:21 +0000 (15:50 +0900)
committerbackto.kim <backto.kim@samsung.com>
Mon, 6 Dec 2021 06:49:13 +0000 (15:49 +0900)
commitaca5be90b4af5e130674f00550ab70b666dc7135
treea55ad7b745a23a183ba6a370c7fa0686dd4b84f6
parent5c82dffdee6a983221e0fe4a4282553c58a2a9cd
when display time, Change "T" to Space and not append time zone to maintain compatibility

NOTE: ISO 8601 defines date and time separated by "T".
Applications using this syntax may choose, for the sake of readability,
to specify a full-date and full-time separated by (say) a space character.

Change-Id: I30549ad4b59d8bbd354fd17723aaa58f33032817
libavutil/dict.c