diff options
author | Sean McGivern <sean@gitlab.com> | 2018-04-10 11:29:40 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2018-04-10 11:31:45 +0100 |
commit | 86bf99a63bfd1ef456da54d8f31c23c46e678f0c (patch) | |
tree | b74e1f4702c7273ec93288192023e0589422e939 | |
parent | 33a4439e8f079303fcf7c71267936e5c8f694958 (diff) | |
download | gitlab-ce-86bf99a63bfd1ef456da54d8f31c23c46e678f0c.tar.gz |
Clarify that due date emails are in the server's timezone
-rw-r--r-- | doc/user/project/issues/due_dates.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/project/issues/due_dates.md b/doc/user/project/issues/due_dates.md index 400f581e513..1bf8b776c2e 100644 --- a/doc/user/project/issues/due_dates.md +++ b/doc/user/project/issues/due_dates.md @@ -36,7 +36,8 @@ Due dates also appear in your [todos list](../../../workflow/todos.md).  The day before an open issue is due, an email will be sent to all participants -of the issue. +of the issue. Both the due date and the day before are calculated using the +server's timezone. [ce-3614]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3614 [permissions]: ../../permissions.md#project |