We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b67b19 commit d57aa05Copy full SHA for d57aa05
bindings/pydeck/examples/polygon_layer.py
@@ -57,7 +57,7 @@ def calculate_elevation(val):
57
# Add sunlight shadow to the polygons
58
sunlight = {
59
"@@type": "_SunLight",
60
- "timestamp": 1564696800000, # Date.UTC(2019, 7, 1, 22),
+ "timestamp": 1564696800000, # datetime.datetime(2019, 7, 1, 22, tzinfo=datetime.timezone.utc).timestamp() * 1000
61
"color": [255, 255, 255],
62
"intensity": 1.0,
63
"_shadow": True,
0 commit comments