dart get timestamp now code example Example: dart timestamp void main() { print(new DateTime.now().millisecondsSinceEpoch); }