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: | 856 / 904 |
| Version history: | 5 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009025 - simpleDateFormat_GMT #1009026 - formatGMTWithOptionalDate_24 #1010035 - formatGermanDateAndTime #1011865 - formatGMTWithSeconds_24 #1012511 - timeGMT (HH:MM) #1012820 - localTime_24 (HH:MM) |