Add a timestamp generator helper utility
This commit is contained in:
parent
3eb1d0e691
commit
43db279895
6 changed files with 26 additions and 11 deletions
8
dart/bin/timestamp.dart
Normal file
8
dart/bin/timestamp.dart
Normal file
|
@ -0,0 +1,8 @@
|
|||
import 'package:libac_dart/utils/TimeUtils.dart';
|
||||
import 'package:simplehelpertools/constants.dart';
|
||||
|
||||
void main() {
|
||||
print(
|
||||
"Timestamp\nVersion: ${HelperConsts.TIMESTAMP_VERSION}\nLibAC Version: ${HelperConsts.LIBAC_VERSION}\n\n");
|
||||
print("Current unix timestamp is: ${TimeUtils.getUnixTimestamp()}");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue