var timestamp = DateTime.now().millisecondsSinceEpoch.toString() print(timestamp);
Output
1643916528027
0 Comments