Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do I set the timezone for formgrader? #1932

Open
clhedrick opened this issue Oct 28, 2024 · 1 comment
Open

how do I set the timezone for formgrader? #1932

clhedrick opened this issue Oct 28, 2024 · 1 comment

Comments

@clhedrick
Copy link

I keep having instructors set deadlines to midnight UTC rather that local time. There are lots of time zone settings in the config file, but they all seem to affect timestamps. I'm find with UTC for time stamps. I need a local zone for any user-visible UI's, particularly form grader where deadlines are set.

@perllaghu
Copy link
Contributor

nbgrader's not built that way.... everything is centered around a consistent timestamp - in particular, the directory the feedback is released to ( self.timestamp.strftime(self.timestamp_format) ) needs to be the same as the contents of the timestamp.txt file created at submission..... which will be the same as the directory name used in the students feedback directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants