Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Extend application close time

## [2.1.1](https://github.com/hackmcgill/hackerapi/tree/2.1.1) - 2020-01-03

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions constants/general.constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const HACKER_STATUSES = [
HACKER_STATUS_CHECKED_IN,
HACKER_STATUS_DECLINED
];
// This date is Jan 3, 2020 11:59:59PM EST
const APPLICATION_CLOSE_TIME = 1578113999000;
// This date is Jan 6, 2020 00:00:00 GMT -0500
const APPLICATION_CLOSE_TIME = 1578286800000;

const SAMPLE_DIET_RESTRICTIONS = [
"None",
Expand Down