changeset 2357:7f20fe4e0f46

updated expires
author MURAKAMI Masaki <c112124@h.koeki-u.ac.jp>
date Sun, 03 Aug 2014 09:57:36 +0900
parents c20b43cdf9e5
children fca122ad487d
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