Talk:NsRichEdit plug-in

From NSIS Wiki
Jump to navigationJump to search

NsRichEdit plug-in right now prints the UTC time if used for license printing.

To get the local system time, we need to change GetSystemTime(&time) call to GetLocalTime(&time) in nsRichEdit.cpp and generate dll again.