Published
Edited
Sep 1, 2022
Importers
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
test = {
const now_ = luxon.DateTime.now();
const julian = luxon2julian(now_);
const _now = julian2luxon(julian);
if (now_ < _now || now_ > _now)
return `failed:\m${now_.toFormat("FFFF")}\n${_now.toFormat("FFFF")}`;
return "ok!";
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more