1 | import java.text.*; |
2 | |
3 | static SimpleDateFormat simpleDateFormat_UTC(S format) {
|
4 | SimpleDateFormat sdf = new SimpleDateFormat(format); |
5 | sdf.setTimeZone(TimeZone.getTimeZone("UTC"));
|
6 | ret sdf; |
7 | } |
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: | 364 / 400 |
| Referenced in: | [show references] |