mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
New brexit date updated
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ $list = [
|
||||
'SE', // Sweden
|
||||
];
|
||||
|
||||
if (time() < strtotime('2019-10-31')) { // @see https://en.wikipedia.org/wiki/Brexit
|
||||
if (time() < strtotime('2020-01-31')) { // @see https://en.wikipedia.org/wiki/Brexit
|
||||
$list[] = 'GB'; // // United Kingdom
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user