不吃芹菜的鸭梨君的博客I assume this should be pretty simple, but could not get it :(.In this format Z is time zone.T is long time patternHow could I get a date in this format except by usingDateTime dt = DateTime.Now;...
guigu2019的博客java使用LocalDateTime 会在时间中多一个T(2022-03-28T10:57:31),如何去掉T @Configuration public class LocalDateTimeSerializerConfig { @org.springframework.beans.factory.annotation.Value("${spring....