This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-12-24
Channels
- # adventofcode (25)
- # asami (39)
- # beginners (39)
- # biff (12)
- # clojure (53)
- # clojure-dev (4)
- # clojure-europe (6)
- # clojure-hungary (1)
- # clojure-norway (4)
- # clojure-spec (3)
- # conjure (2)
- # cursive (1)
- # dev-tooling (9)
- # emacs (4)
- # introduce-yourself (2)
- # juxt (4)
- # membrane (8)
- # off-topic (3)
- # polylith (8)
- # portal (4)
- # releases (1)
- # scittle (9)
- # sql (11)
- # squint (5)
- # xtdb (12)
I'm trying date time conversion using the https://github.com/juxt/https://github.com/juxt/tick 1. the date-time to long 2. then convert back to date time, but while
(tick.core/long (tick.core/now))
=> 1671913688
(DateTime. 1671913688)
=> #clj-time/date-time"1970-01-20T08:25:13.688Z"
But while i am doing this is always getting 1970-01-20T08:25:13.688Z
wrong timestamp, can anyone please help me with this problemHi All From the https://github.com/juxt/tick how can i get the datetime in the millisecond
(* (tick.core/long (tick.core/now)) 1000)
=> 1671915244000
Do i need to multiply by 1000 each time or is there any other way?Given this is a major holiday weekend for most folks, you'll probably not get an answer for a few days. Be patient (and don't cross post questions to multiple channels please).
🆗 1