/[LeafOK_CVS]/lbbs/src/common.c
ViewVC logotype

Diff of /lbbs/src/common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.24 by sysadm, Tue May 27 03:25:02 2025 UTC Revision 1.25 by sysadm, Thu May 29 01:21:44 2025 UTC
# Line 70  const char *get_time_str(char *s, size_t Line 70  const char *get_time_str(char *s, size_t
70    
71          time(&curtime);          time(&curtime);
72          localtime_r(&curtime, &local_tm);          localtime_r(&curtime, &local_tm);
73          size_t j = strftime(s, len, "%Y年%m月%d日%H:%M:%S 星期", &local_tm);          size_t j = strftime(s, len, "%b %d %H:%M 星期", &local_tm);
74    
75          if (j == 0 || j + strlen(weekday[local_tm.tm_wday]) + 1 > len)          if (j == 0 || j + strlen(weekday[local_tm.tm_wday]) + 1 > len)
76          {          {


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1