summaryrefslogtreecommitdiffstats
path: root/test/expected/test_sql_time_func.sh_c1d7dc8a4bd3b8cb86a2f893f58a56f0f6ea1bc3.err
blob: ad8b26b8dda6b1c49c7e59e65c975615860714dc (plain)
1
2
3
4
5
6
7
8
✘ error: invalid timestamp: 2022-03-02T10:20:30.400bad
 reason: the leading part of the timestamp was matched, however, the trailing text “bad” was not
 --> command-option:1
 | ;SELECT timezone('UTC', '2022-03-02T10:20:30.400bad')
 = note: input matched time format “%Y-%m-%dT%H:%M:%S”
 = note: 2022-03-02T10:20:30.400bad
                                ^-^ unrecognized input
 = help: fix the timestamp or remove the trailing text