I keep getting the following error:
does not support custom time zones
and
[illegal_argument_exception] Field [EntryDateTime] of type [text] does not support custom time zones
How should I format my dates/times?
This is the data I have:
BadgeID,FirstName,LastName,SessionNumber,EventDate,EntryDateTime,ExitDateTime
212326,Doe,John,PG10,2018-18-05 00:00:00.0,2018-18-05 09:45:00.0,2018-18-05 11:19:00.0
214633,Doe,Jane,PG10,2018-18-05 00:00:00.0,2018-18-05 08:40:00.0,2018-18-05 11:19:00.0