Skip to content

shell: Fallback on ISO 8601 datetime string for screenshot date info

Carlos Garnacho requested to merge wip/carlosg/issue-1017 into master

If the locale doesn't honor strftime()'s %c argument, we would end up feeding NULLs into GdkPixbuf tagging. Fallback to a sensible (although not nicely localized) datetime string.

Closes: #1017 (closed)

Merge request reports