Skip to content

Commit

Permalink
Revert "Display start and due date-time for assessment according to s…
Browse files Browse the repository at this point in the history
…ystem timezone (#2170)"

This reverts commit b6a4387.
  • Loading branch information
20wildmanj committed Jul 25, 2024
1 parent b6a4387 commit b5b120e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/assessment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def source_config_file_backup_path
end

def date_to_s(date)
date.getlocal.strftime("%b %e at %l:%M%P")
date.strftime("%b %e at %l:%M%P")
end

def load_dir_to_tar(dir_path, asmt_dir, tar, filters = [], export_dir = "")
Expand Down

0 comments on commit b5b120e

Please sign in to comment.