Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix(?) rendertime.rb
  • Loading branch information
alphazero-official committed Jul 14, 2023
1 parent a28db18 commit d10cf28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .vs/alphazero-official.github.io/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion _plugins/rendertime.rb
Expand Up @@ -7,7 +7,7 @@ def initialize(tag_name, text, tokens)
end

def render(context)
"#{@text} #{{ Time.now | date_to_xmlschema }}"
"#{@text} #{Time.now}"
end
end
end
Expand Down

0 comments on commit d10cf28

Please sign in to comment.