In about 2 hours it’s 1400000000 unix time date +"%s" |
In about 2 hours it’s 1400000000 unix time date +"%s" |
Here's a webpage for it: https://thefiletree.com/jan/html/time.html
while true; do echo "I'll have a life in $(expr 1400000000 - $(date +"%s")) seconds" && sleep 1; done package com.example;
/**
* ./Main/src/com/example/Main.java
*/
public class Main {
public static void main(String[] args) {
System.out.println(System.currentTimeMillis());
}
}while [ True ]; do sleep 1; clear; echo $(date +%s); done
watch -n 1 date -u +%s