From 86a112f3994165a499ce87395fbf19e50dfccba6 Mon Sep 17 00:00:00 2001 From: vx3r <vx3r@127-0-0-1.fr> Date: Wed, 25 Mar 2020 16:18:43 +0900 Subject: [PATCH] changed timezone to Monday, 02 January 06 15:04:05 MST --- template/template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/template.go b/template/template.go index b4e3e21..4da97f5 100644 --- a/template/template.go +++ b/template/template.go @@ -117,7 +117,7 @@ var ( <td class="h4 pb20" style="color:#ffffff; font-family:'Muli', Arial,sans-serif; font-size:20px; line-height:28px; text-align:left; padding-bottom:20px;">Hello</td> </tr> <tr> - <td class="text pb20" style="color:#ffffff; font-family:Arial,sans-serif; font-size:14px; line-height:26px; text-align:left; padding-bottom:20px;">You probably requested VPN configuration. Here is <strong>{{.Client.Name}}</strong> configuration created <strong>{{.Client.Created.Format "Jan 02, 2006 15:04:05 UTC"}}</strong>. Scan the Qrcode or open attached configuration file in VPN client.</td> + <td class="text pb20" style="color:#ffffff; font-family:Arial,sans-serif; font-size:14px; line-height:26px; text-align:left; padding-bottom:20px;">You probably requested VPN configuration. Here is <strong>{{.Client.Name}}</strong> configuration created <strong>{{.Client.Created.Format "Monday, 02 January 06 15:04:05 MST"}}</strong>. Scan the Qrcode or open attached configuration file in VPN client.</td> </tr> </table> </th> -- GitLab