我正在开发一个具有日期选择器过滤器的项目,该过滤器在本地运行良好(巴西),但是当我在生产环境中运行该服务器时,服务器位于北美,则我的查询结果返回一天后具有date字段的文档。
@Entity
public class Operator{
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private int id;
private String username;
private String password;
private Integer active;
//Getters and setters...
}
由于某种原因,在生产时,该查询返回的文档的'updateAt'字段的值为2019-01-17