questlab/www/analytics/plugins/SitesManager/templates/help/timezone-help.html
2016-04-10 18:55:57 +02:00

18 lines
534 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="form-help">
<span ng-switch="timezoneSupportEnabled">
<span ng-switch-default>
{{ 'SitesManager_AdvancedTimezoneSupportNotFound'|translate }}
</span>
<span ng-switch-when="true">
{{ 'SitesManager_ChooseCityInSameTimezoneAsYou'|translate }}
</span>
</span>
<br/>
{{ 'SitesManager_UTCTimeIs'| translate : (utcTime | date : 'yyyy-MM-dd HH:mm:ss') }}
<br/>
{{ 'SitesManager_ChangingYourTimezoneWillOnlyAffectDataForward'|translate }}
</div>