Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1008488 // formatGMT_24 (HH::MM)

JavaX fragment (include)

import java.text.*;

static S formatGMT_24(long time) {
  SimpleDateFormat sdf = new SimpleDateFormat("HH:mm");
  sdf.setTimeZone(TimeZone.getTimeZone("GMT"));
  ret sdf.format(time) + " GMT";
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1008488
Snippet name: formatGMT_24 (HH::MM)
Eternal ID of this version: #1008488/6
Text MD5: 1f0433b6874f36c91ee2867b02e89f47
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-06 13:05:15
Source code size: 200 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 483 / 525
Version history: 5 change(s)
Referenced in: [show references]