Skip to content

Commit c2873fe

Browse files
committed
'T' -> ?T
1 parent ace1d78 commit c2873fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/calendar/datetime.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ defmodule DateTime do
11781178
defp datetime_to_iodata(year, month, day, hour, minute, second, microsecond, format) do
11791179
[
11801180
Calendar.ISO.date_to_iodata(year, month, day, format),
1181-
"T",
1181+
?T,
11821182
Calendar.ISO.time_to_iodata(hour, minute, second, microsecond, format)
11831183
]
11841184
end

0 commit comments

Comments
 (0)