Platform
Resources
Pricing
Sign in
Get started
Igor A1
Don't imagine the interpretation of abstract symbols. Relationships should be plainly seen, not imagined.
Workspace
Fork
Published
2 collections
By
Igor A1
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.
Try it for free
Learn more
Fork
View
Export
Listed in...
Calendars
Igor A1
Astro
Igor A1
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
jd2000
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
test
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
luxon2julian
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
julian2luxon
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
hms
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
luxon
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML