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

7
LINES

< > BotCompany Repo | #1009025 // simpleDateFormat_GMT

JavaX fragment (include)

import java.text.*;

static SimpleDateFormat simpleDateFormat_GMT(S format) {
  SimpleDateFormat sdf = new SimpleDateFormat(format);
  sdf.setTimeZone(TimeZone.getTimeZone("GMT"));
  ret sdf;
}

Author comment

Began life as a copy of #1008488

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: #1009025
Snippet name: simpleDateFormat_GMT
Eternal ID of this version: #1009025/3
Text MD5: dd6b95949d7a2ca1ca0c3426eaf5ceb5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-06-28 18:56:49
Source code size: 199 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 462 / 493
Version history: 2 change(s)
Referenced in: [show references]