Skip to content

Commit

Permalink
Update recruitment deadline timezone
Browse files Browse the repository at this point in the history
The application deadline is after daylight savings time begins.
We considered stating as PDT or PT or omitting the timezone entirely.
After lengthy discussion with the directors, we decided on saying PT to
avoid future confusion.
  • Loading branch information
taesungh committed Mar 7, 2023
1 parent 6c0296d commit 9ab4cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/views/recruitment/Recruitment.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Recruitment() {
return (
<div className="Recruitment">
<Header title="Recruitment">
<p>Deadline: April 14, 2023 at 11:59 PM PST</p>
<p>Deadline: April 14th, 2023 at 11:59 PM PT</p>
</Header>
<Container className="about">
<Row>
Expand Down

0 comments on commit 9ab4cd2

Please sign in to comment.