flutter datetime to unix timestamp code example Example: flutter get millis time void main() { print(DateTime.now().millisecondsSinceEpoch); }