From a437881ce235b1861a3e503a318fe23511228421 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Tue, 23 Jan 2018 10:01:58 +0100 Subject: [PATCH] Note that date objects should be UTC --- docs/res/core.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/res/core.html b/docs/res/core.html index 0d1673aa..25295494 100644 --- a/docs/res/core.html +++ b/docs/res/core.html @@ -130,8 +130,12 @@ users.getUsers#0d91a548 id:Vector<InputUser> = Vector<User>
  • date: Although this type is internally used as an int, - you can pass a datetime object instead to work - with date parameters. + you can pass a datetime or date object + instead to work with date parameters.
    + Note that the library uses the date in UTC+0, since timezone + conversion is not responsibility of the library. Furthermore, this + eases converting into any other timezone without the need for a middle + step.