How do I create a Unix timestamp on Android? March 1, 2023 by Tarik long unixTime = System.currentTimeMillis() / 1000L;