fixed tiny buy in CCRUTIL
This commit is contained in:
parent
05e7911433
commit
713b17cdd9
|
@ -21,6 +21,6 @@ FMDTOUTC(DATE,FORMAT) ; Convert Fileman Date to UTC Date Format; PUBLIC; Extrins
|
|||
; In this case, set H, MM and S to "00"
|
||||
S:('$L(H)&'$L(MM)&'$L(S)) (H,MM,S)="00"
|
||||
S UTC=Y_"-"_M_"-"_D_"T"_H_":"_MM_":"_S_OFF
|
||||
I $L(FORMAT),FORMAT="DT" Q UTC ; Date with time.
|
||||
I $L($G(FORMAT)),FORMAT="DT" Q UTC ; Date with time.
|
||||
E Q $P(UTC,"T")
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue