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

3
LINES

< > BotCompany Repo | #1035660 // unixSecondsToTimestamp

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (9530L/54K).

static Timestamp unixSecondsToTimestamp(long unixSeconds) {
  ret new Timestamp(unixSeconds*1000);
}

Author comment

Began life as a copy of #1002652

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035660
Snippet name: unixSecondsToTimestamp
Eternal ID of this version: #1035660/1
Text MD5: 2d404e4dffca4509853cfbffe85e67d8
Transpilation MD5: e8b0981f0ef4dd5682e7382ac73e1266
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-01 05:05:47
Source code size: 102 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 88 / 109
Referenced in: [show references]