Guest User

Untitled

a guest
Jul 12th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. TruTime.initialize('time.google.com'); //ntp host
  2. Date trueTime = TrueTime.now();
  3. Date deviceTime = new Date();
  4. // вывод даты с учетом таймзоны
  5. timeGMT.setText(getString(R.string.tt_time_gmt,
  6. _formatDate(trueTime, "yyyy-MM-dd HH:mm:ss", TimeZone.getTimeZone("GMT"))));
Add Comment
Please, Sign In to add comment