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

3
LINES

< > BotCompany Repo | #1033620 // chromeTimestampToTimestamp

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

Libraryless. Click here for Pure Java version (5179L/29K).

static Timestamp chromeTimestampToTimestamp(long chromeDate) {
  ret Timestamp(ymdToTimestamp(1601, 1, 1, utcTimeZone())+chromeDate/1000);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033620
Snippet name: chromeTimestampToTimestamp
Eternal ID of this version: #1033620/1
Text MD5: f16b18d92f3a99e604b958f5fa31aabd
Transpilation MD5: 99cb51eaed0ff1f54c961d0c082a05a4
Author: stefan
Category: javax / native
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-12-03 04:43:03
Source code size: 142 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 84 / 129
Referenced in: [show references]