Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WCF 操作 ( GetItemsと呼びましょう) があり、応答はデータ型 DateTimeのTimeTakenプロパティを持つ項目のリストです。すべてのアイテムのTimeTakenは、データベースに UTC で保存されます。私がやろうとしているのは、TimeTakenを UTC からリクエスタのタイム ゾーンに変換することです。
WCF に対して行われた要求には、要求者のタイム ゾーンが含まれていますか?
前もって感謝します。
I am using private TreeNode root; to create a dynamycal tree.
private TreeNode root;
and I used
<p:tree value="#{bean.root}" var="node"> <p:tre