我在字符串中有一个时间戳,我正在使用DateTimeFormatter解析该字符串,如下所示,并将其赋给时间戳类型的变量import java.time.format.DateTimeFormattercreate Instant from java.time.format.Parsed如何将其转换为上下文:我正在尝试<e
当我通过impala查询时,我将一个日期字段转换为hive中的时间戳为from_unixtime(unix_timestamp(), 'yyyy-MM-dd HH:mm:ss') as timestamp) as column_name,,时间以GMT格式显示。不仅我创建的列每个时间戳字段都要转换为GMT格式。
如何让它按原样显示时间?或者如何