Transpiled version (5187L) is out of date.
1 | static Timestamp tsNowPlusMS(long ms) {
|
2 | ret tsNow().plus(msToSeconds(ms)); |
3 | } |
4 | |
5 | static Timestamp tsNowPlusMS(double ms) {
|
6 | ret tsNow().plus(msToSeconds(ms)); |
7 | } |
Began life as a copy of #1032481
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033688 |
| Snippet name: | tsNowPlusMS |
| Eternal ID of this version: | #1033688/3 |
| Text MD5: | 98ca818d09b16373f8e768b0a4e46d46 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-12 16:30:49 |
| Source code size: | 166 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 407 / 524 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |