Libraryless. Click here for Pure Java version (53L/1K).
1 | sS timeInTimeZoneWithDate_24(S timezone, long time) {
|
2 | ret simpleDateFormat_timeZone("yyyy/MM/dd HH:mm", timezone).format(time);
|
3 | } |
4 | |
5 | sS timeInTimeZoneWithDate_24(S timezone) {
|
6 | ret timeInTimeZoneWithDate_24(timezone, now()); |
7 | } |
Began life as a copy of #1026051
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1026053 |
| Snippet name: | timeInTimeZoneWithDate_24 |
| Eternal ID of this version: | #1026053/1 |
| Text MD5: | 6a3769a1fa8d475500486df91c1e59b5 |
| Transpilation MD5: | 9cf03b30de4428ac76391779ecc7fbf1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-11-16 16:02:42 |
| Source code size: | 233 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 413 / 561 |
| Referenced in: | [show references] |