【发布时间】:2020-06-04 15:42:21
【问题描述】:
我的应用程序 firebase(服务器)需要毫秒时间。因为我的当地时间将被移动日期时间设置改变,
我会看到这个问题不太有帮助, Flutter Firestore Server side Timestamp
var timestamp=FieldValue.serverTimestamp();
print("timestamp"+timestamp.toString());
但它们的打印值低于值
====>Instance of 'FieldValue'
【问题讨论】:
标签: datetime flutter time google-cloud-firestore