fixed tiny buy in CCRUTIL

This commit is contained in:
sam 2008-06-24 02:48:11 +00:00
parent 05e7911433
commit 713b17cdd9
1 changed files with 1 additions and 1 deletions

View File

@ -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")
;