Skip to content

Commit

Permalink
ref(metagen): add local keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 14, 2023
1 parent b458149 commit cee3ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/esupports/metagen/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local function get_timestamp()
-- generate a ISO-8601 timestamp
-- example: 2023-09-05T09:09:11-0500
--
timezone_config = module.config.public.timezone
local timezone_config = module.config.public.timezone
if timezone_config == "utc" then
return os.date("!%Y-%m-%dT%H:%M:%S+0000")
elseif timezone_config == "implicit-local" then
Expand Down

0 comments on commit cee3ae0

Please sign in to comment.