diff options
| author | 2026-02-28 08:25:41 +0100 | |
|---|---|---|
| committer | 2026-02-28 08:25:41 +0100 | |
| commit | 34e7bc0e59cc80612f100a54f5df8bdacefea03d (patch) | |
| tree | ae0f80b1cf23b0af9bc1eff7908edd69d2b9a702 | |
| parent | Merge pull request 'example file does not need to be executable (chmod -x)' (... (diff) | |
| download | snac2-34e7bc0e59cc80612f100a54f5df8bdacefea03d.tar.gz snac2-34e7bc0e59cc80612f100a54f5df8bdacefea03d.tar.xz snac2-34e7bc0e59cc80612f100a54f5df8bdacefea03d.zip | |
Inserted a space between month name and number.
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -225,7 +225,7 @@ xs_str *html_date_label(snac *user, const char *date) | |||
| 225 | return xs_str_utctime(t, "%Y-%m-%d %H:%M"); | 225 | return xs_str_utctime(t, "%Y-%m-%d %H:%M"); |
| 226 | } | 226 | } |
| 227 | 227 | ||
| 228 | xs_str *date = xs_str_utctime(t, "%b%d %H:%M"); | 228 | xs_str *date = xs_str_utctime(t, "%b %d %H:%M"); |
| 229 | 229 | ||
| 230 | struct tm tm; | 230 | struct tm tm; |
| 231 | localtime_r(&t, &tm); | 231 | localtime_r(&t, &tm); |