Conversation
|
|
|
@vdiddlodka Try the DateTime format used in #294 when using non-UTC timestamps. |
|
I'm receiving an error when trying to sign CLA, "Error ({"message":"Bad credentials","documentation_url":"https://docs.github.com/rest"})" |
Edit 'p' was introduced in PHP 8.0 but 'P' should be available in PHP 7. I thought 'P' in format was introduced in PHP 8 which would increase the minimum PHP version requirements. I could be wrong on that however. |
Lowercase |
|
For reference, I found this link detailing the accepted datetime format by the API; https://docs.microsoft.com/en-us/rest/api/storageservices/formatting-datetime-values |
Created new method to produce properly formatted expiry DateTime strings. Azure did not accept standard PHP generated ISO 8601 datetime with DateTime::ATOM as suggested in PHP docs. Instead had to produce the datetime string in Zulu. Also updated documentation around implementation of generateBlobServiceSharedAccessSignatureToken method.