[fpc-pascal] googleapiconv
Michael Van Canneyt
michael at freepascal.org
Sat Aug 13 16:28:20 CEST 2016
On Sat, 13 Aug 2016, Marco van de Voort wrote:
> In our previous episode, Michael Van Canneyt said:
>> On Fri, 12 Aug 2016, Dave Connolly wrote:
>>
>>> ./googleapiconv -k -s calendar/v3 -o calendar.pp
>>>
>>
>> I tested the converter on the JSON output, and it works fine, it compiles:
>>
>> ./googleapiconv -i /home/michael/calendar.json
>> fpc /home/michael/calendar.pp
>>
>> I'm completely baffled. Can you try with the trunk version of FPC ?
>
> Typical for text processing that sometimes works and sometimes not: locale
> issues? Specially calendar sounds like something that might use date-time
> functions.
I would be surprised, Date/Time is handled explicitly by ISO 8601/RFC 3339.
Michael.
More information about the fpc-pascal
mailing list