Skip to content

Commit 415b003

Browse files
authored
Extend application close time (#634)
* change app close time * update changelog
1 parent aa7a663 commit 415b003

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- Extend application close time
13+
814
## [2.1.1](https://github.com/hackmcgill/hackerapi/tree/2.1.1) - 2020-01-03
915

1016
### Fixed

constants/general.constant.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const HACKER_STATUSES = [
2525
HACKER_STATUS_CHECKED_IN,
2626
HACKER_STATUS_DECLINED
2727
];
28-
// This date is Jan 3, 2020 11:59:59PM EST
29-
const APPLICATION_CLOSE_TIME = 1578113999000;
28+
// This date is Jan 6, 2020 00:00:00 GMT -0500
29+
const APPLICATION_CLOSE_TIME = 1578286800000;
3030

3131
const SAMPLE_DIET_RESTRICTIONS = [
3232
"None",

0 commit comments

Comments
 (0)