mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fa1ba256d2
This PR removes the use of the custom `utc_now` function in favor of the `chrono` implementation. It resolves #22864. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> |
||
---|---|---|
.. | ||
01_cron.ts | ||
Cargo.toml | ||
interface.rs | ||
lib.rs | ||
local.rs | ||
README.md |
deno_cron
This crate implements scheduled tasks (crons) API for Deno.