File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff 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
3131const SAMPLE_DIET_RESTRICTIONS = [
3232 "None" ,
You can’t perform that action at this time.
0 commit comments