Warning: session_start(): open(/var/lib/php/sessions/sess_8v6m8ds094qdtjvta7ik8ssqgv, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
unixSecondsToTimestamp [1035660]

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: 599 / 705
Referenced in: [show references]