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

7
LINES

< > BotCompany Repo | #1032396 // simpleDateFormat_UTC

JavaX fragment (include)

import java.text.*;

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

Author comment

Began life as a copy of #1009025

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032396
Snippet name: simpleDateFormat_UTC
Eternal ID of this version: #1032396/1
Text MD5: aa0193dffd97a97b694c429812bf564a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-02 16:29:11
Source code size: 199 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 84 / 107
Referenced in: [show references]