summaryrefslogtreecommitdiffstats
path: root/win/tclWinTime.c
diff options
context:
space:
mode:
authorkennykb <kennykb@noemail.net>2003-05-18 19:48:25 (GMT)
committerkennykb <kennykb@noemail.net>2003-05-18 19:48:25 (GMT)
commit83a9008339e6c150c7d012c900cdd9dab6dc961a (patch)
tree51b5e23a67cd4e57f7e7c0df5dd394a956f99f28 /win/tclWinTime.c
parentbd92dc8aa3e87cd1d4264308a857cf248a92d166 (diff)
downloadtcl-83a9008339e6c150c7d012c900cdd9dab6dc961a.zip
tcl-83a9008339e6c150c7d012c900cdd9dab6dc961a.tar.gz
tcl-83a9008339e6c150c7d012c900cdd9dab6dc961a.tar.bz2
* compat/strftime.c: Modified TclpStrftime to return its
* generic/tclClock.c: result in UTF-8 encoding, and removed * mac/tclMacTime.c: the conversion from system encoding to * unix/tclUnixTime.c: UTF-8 from [clock format]. Needed to * win/tclWinTime.c: avoid double conversion of the timezone name on Windows systems. [Bug 624408] FossilOrigin-Name: 24ccf14ddd003100f1665ad07f1dd558714cbd81
Diffstat (limited to 'win/tclWinTime.c')
-rw-r--r--win/tclWinTime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tclWinTime.c b/win/tclWinTime.c
index 826fae5..9953085 100644
--- a/win/tclWinTime.c
+++ b/win/tclWinTime.c
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWinTime.c,v 1.17 2003/04/15 20:59:10 kennykb Exp $
+ * RCS: @(#) $Id: tclWinTime.c,v 1.18 2003/05/18 19:48:27 kennykb Exp $
*/
#include "tclWinInt.h"
@@ -449,6 +449,7 @@ StopCalibration( ClientData unused )
*
* Results:
* Returns a pointer to a static string, or NULL on failure.
+ * Return value is in UTF-8 encoding
*
* Side effects:
* None.