changeset 624:59491ebd43f2

updated expires
author MURAKAMI Masaki <c112124@h.koeki-u.ac.jp>
date Sun, 03 Aug 2014 09:57:36 +0900
parents e01943123b0c
children 20ee2df14689
files 2014OC/admin/drawLots.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/2014OC/admin/drawLots.rb	Sun Aug 03 09:54:15 2014 +0900
+++ b/2014OC/admin/drawLots.rb	Sun Aug 03 09:57:36 2014 +0900
@@ -21,7 +21,7 @@
 t = Time.now
 expires = Time.local(2014, 8, 3, 8, 50)
 expires2 = Time.local(2014, 8, 3, 17, 00)
-if t > expires && t < expires
+if t > expires && t < expires2
 else
   check = ""
   puts check

yatex.org