DataObjects/core.sql
[Pman.Core] / Pman.Dialog.CoreNotifyRecur.js
index 2b3e116..7b0a1a2 100644 (file)
@@ -213,7 +213,7 @@ Pman.Dialog.CoreNotifyRecur = {
                                                 person_id : _this.data.person_id,
                                                 dtstart : new Date(),
                                                 dtend : Date.parseDate('2050-01-01', 'Y-m-d'),
-                                                tz : 'Asia/Hong Kong',
+                                                tz : 'Asia/Hong_Kong',
                                                 onid : _this.data.onid,
                                                 ontable : _this.data.ontable,
                                                 method : _this.data.method,
@@ -439,7 +439,7 @@ Pman.Dialog.CoreNotifyRecur = {
                                                     var dh = i < 13 ? i : i-12;
                                                     
                                                     ret.push([ h+':00', dh+':00' + mer ]);
-                                                    ret.push([ h+':00', dh+':30' + mer ]);        
+                                                    ret.push([ h+':30', dh+':30' + mer ]);        
                                                 }
                                                 return ret;
                                             })(),