id,summary,reporter,owner,description,type,status,priority,version,resolution,keywords,cc
1,using ~~LASTMOD~~ as value of fields,www.google.com/accounts/o8/id?id=AItOawmDWut2kntr1CtUBM-rYBJiTdzd7_79FAM,aurelien.bompard.org,"I want to get the last modification timestamp into ""your"" ODT field.

I found the lastmod plugin http://www.dokuwiki.org/plugin:lastmod that accomplish that very well, just writing
{{{
  ~~LASTMOD~~
}}}
So, using your fields plugin, this is what I should write:
{{{
  {{fields>myvar=~~LASTMOD~~}}
}}}
But it does'nt function: the value stored into myvar is the string {{{""~~LASTMOD~~""}}} and not the last modification timestamp.

I thank you very mutch for any help.",enhancement,accepted,major,,,,
