# Push stuff
push_urls = string_list(default=list())
+# Python strftime's format [0]
+# https://docs.python.org/library/datetime.html#strftime-strptime-behavior
+datetime_format = string(default="%I:%M%p %Y-%m-%d")
exif_visible = boolean(default=False)
original_date_visible = boolean(default=False)
user=comment_target.get_actor.username,
media=comment_target.slug_or_id) }}#comment"
class="comment_whenlink">
- <span title='{{- comment_object.created.strftime("%I:%M%p %Y-%m-%d") -}}'>
+ <span title='{{- comment_object.created.strftime(app_config['datetime_format']) -}}'>
{%- trans formatted_time=timesince(comment_object.created) -%}
{{ formatted_time }} ago
{%- endtrans -%}
{% if original_date %}
<h3>{% trans %}Created{% endtrans %}</h3>
- <p><span title="{{ original_date.strftime("%I:%M%p %Y-%m-%d") }}">
+ <p><span title="{{ original_date.strftime(app_config['datetime_format']) }}">
{%- trans formatted_time=timesince(original_date) -%}
{{ formatted_time }} ago
{%- endtrans -%}
user=target.get_actor.username,
media=target.slug_or_id) }}#comment"
class="comment_whenlink">
- <span title='{{- comment.created.strftime("%I:%M%p %Y-%m-%d") -}}'>
+ <span title='{{- comment.created.strftime(app_config['datetime_format']) -}}'>
{%- trans formatted_time=timesince(comment.created) -%}
{{ formatted_time }} ago
{%- endtrans -%}
<a href="{{ request.urlgen('mediagoblin.moderation.reports_detail',
report_id=report.id) }}"
class="report_whenlink">
- <span title='{{- report.created.strftime("%I:%M%p %Y-%m-%d") -}}'>
+ <span title='{{- report.created.strftime(app_config['datetime_format']) -}}'>
{%- trans formatted_time=timesince(report.created) -%}
{{ formatted_time }} ago
{%- endtrans -%}
{% trans %}Status{% endtrans %}:
</h2>
<b>{% trans %}RESOLVED{% endtrans %}</b>
- {{ report.resolved.strftime("%I:%M%p %Y-%m-%d") }}
+ {{ report.resolved.strftime(app_config['datetime_format']) }}
<pre>
<p>{{ report.result }}</p>
</pre>
user=media.get_actor.username,
media=media.slug_or_id) }}#comment"
class="comment_whenlink">
- <span title='{{- comment_object.created.strftime("%I:%M%p %Y-%m-%d") -}}'>
+ <span title='{{- comment_object.created.strftime(app_config['datetime_format']) -}}'>
{%- trans formatted_time=timesince(comment_object.created) -%}
{{ formatted_time }} ago
{%- endtrans -%}
</div>
<div class="media_sidebar">
<h3>{% trans %}Added{% endtrans %}</h3>
- <p><span title="{{ media.created.strftime("%I:%M%p %Y-%m-%d") }}">
+ <p><span title="{{ media.created.strftime(app_config['datetime_format']) }}">
{%- trans formatted_time=timesince(media.created) -%}
{{ formatted_time }} ago
{%- endtrans -%}
user=media.get_actor.username,
media=media.slug_or_id) }}#comment"
class="comment_whenlink">
- <span title='{{- comment_object.created.strftime("%I:%M%p %Y-%m-%d") -}}'>
+ <span title='{{- comment_object.created.strftime(app_config['datetime_format']) -}}'>
{%- trans formatted_time=timesince(comment_object.created) -%}
{{ formatted_time }} ago
{%- endtrans -%}
<div class="five columns media_sidebar">
<h3>{% trans %}Added{% endtrans %}</h3>
- <p><span title="{{ media.created.strftime("%I:%M%p %Y-%m-%d") }}">
+ <p><span title="{{ media.created.strftime(app_config['datetime_format']) }}">
{%- trans formatted_time=timesince(media.created) -%}
{{ formatted_time }} ago
{%- endtrans -%}
user=media.get_actor.username,
media=media.slug_or_id) }}#comment"
class="comment_whenlink">
- <span title='{{- comment_object.created.strftime("%I:%M%p %Y-%m-%d") -}}'>
+ <span title='{{- comment_object.created.strftime(app_config['datetime_format']) -}}'>
{%- trans formatted_time=timesince(comment_object.created) -%}
{{ formatted_time }} ago
{%- endtrans -%}