Skip to content

Commit

Permalink
Adjusted MetaWeblogStructs::Article to use a time object for dateCrea…
Browse files Browse the repository at this point in the history
…ted, using datetime omitted the time for some reason

git-svn-id: http://svn.typosphere.org/typo/trunk@228 820eb932-12ee-0310-9ca8-eeb645f39767
  • Loading branch information
scoop committed Apr 24, 2005
1 parent 649253d commit 9e940f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/apis/meta_weblog_service.rb
Expand Up @@ -14,7 +14,7 @@ class Article < ActionWebService::Struct
member :mt_allow_pings, :int
member :mt_convert_breaks, :string
member :mt_tb_ping_urls, :string
member :dateCreated, :datetime
member :dateCreated, :time
end

class MediaObject < ActionWebService::Struct
Expand Down

0 comments on commit 9e940f3

Please sign in to comment.