Python Datetime and UTC
Python to get current UTC time as properly formatted ISO 8601 string.
datetime.datetime.utcnow().replace(microsecond=0).isoformat()+'Z'
cherry valley forever
untitled

tannertan36
Fai_Ryy

roma★
trying on a metaphor

@theartofmadeline

titsay

❣ Chile in a Photography ❣
official daine visual archive
🩵 avery cochrane 🩵

Discoholic 🪩
todays bird

gracie abrams
Claire Keane

pixel skylines
macklin celebrini has autism
$LAYYYTER

if i look back, i am lost
Aqua Utopia|海の底で記憶を紡ぐ
seen from United States
seen from Vietnam
seen from Bangladesh
seen from Canada
seen from United States
seen from United States

seen from United States

seen from Bangladesh

seen from United States
seen from United States

seen from United States

seen from Mexico
seen from Bangladesh
seen from Bangladesh

seen from United States
seen from United States

seen from Vietnam
seen from United States
seen from United States
seen from United States
@forgetfulcox
Python Datetime and UTC
Python to get current UTC time as properly formatted ISO 8601 string.
datetime.datetime.utcnow().replace(microsecond=0).isoformat()+'Z'

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
TZSP
TZSP is the name of the protocol that wraps other packets in UDP packets to forward to Wireshark-like systems for analysis.
http://en.wikipedia.org/wiki/TZSP
New S3 Buckets PUT requests fail.
Problem:
Newly created S3 buckets (outside of the US east region) seem to issue 307 redirects, which many libraries do not handle properly.
In particular version 1.0.0 of the `s3cmd` library, gets into a fail loop which is reminiscent of other problems with bucket references:
[Errno 32] Broken pipe
The `aws` perl library also fails but reports an error:
307 Temporary Redirect
Solutions:
- Only create S3 buckets in US Standard region.
- (Untested) Figure out a different hostname/bucketname to refernce when using these libraries.
Some people noticing this:
https://github.com/aws/aws-sdk-ruby/issues/172
https://github.com/aws/aws-sdk-ruby/issues/133