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