我在网上搜索过,但无法真正找到我希望的方法。
我的数据看起来像“20201005114527”、“20201002173838”......
并希望将它们转换为 LocalDateTime。
之后会再次转换成json。
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "xxx/xxx")
private LocalDateTime xxxxxDate;
但我只是对将那些“仅数字字符串”转换为 LocalDateTime 感到困惑。